# ManagedFieldsEntryV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/ManagedFieldsEntryV1.cs)

Represents an entry detailing managed fields within a Kubernetes resource metadata.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class ManagedFieldsEntryV1
{
    // ...
}
```

## Remarks

This class provides information about the field-level changes made to a Kubernetes object. It includes details such as the fields affected, the manager responsible for the changes, the operation performed, and the API version used during the modification.

## Constructors

- [ManagedFieldsEntryV1](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/constructors.md#constructor)

## Properties

- [ApiVersion](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#apiversion) : `string` `get; set` -- Gets or sets the API version of the resource being managed.
- [FieldsType](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#fieldstype) : `string` `get; set` -- Represents the type of managed fields for a Kubernetes resource.
- [FieldsV1](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#fieldsv1) : [FieldsV1](/reference/api/csharp/aspire.hosting.kubernetes/fieldsv1.md) `get; set` -- Represents a structure used for describing serialized field data in Kubernetes resources.
- [Manager](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#manager) : `string` `get; set` -- Gets or sets the name of the entity, application, or process that is managing the resource.
- [Operation](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#operation) : `string` `get; set` -- Represents the operation type performed on the Kubernetes resource.
- [Subresource](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#subresource) : `string` `get; set` -- Gets or sets the subresource associated with the managed fields entry.
- [Time](/reference/api/csharp/aspire.hosting.kubernetes/managedfieldsentryv1/properties.md#time) : `DateTime?` `get; set` -- Gets or sets the timestamp indicating the time of the operation described in the managed fields entry.
