Share via


ObjectMetaV1.ManagedFields Property

Definition

A collection of ManagedFieldsEntryV1 instances that provide metadata about field-level management in a Kubernetes resource.

[YamlDotNet.Serialization.YamlMember(Alias="managedFields")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ManagedFieldsEntryV1> ManagedFields { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="managedFields")>]
member this.ManagedFields : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ManagedFieldsEntryV1>
Public ReadOnly Property ManagedFields As List(Of ManagedFieldsEntryV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property contains a list of entries that describe changes and management details for specific fields in the Kubernetes resource. Each entry provides information about the fields affected, the manager responsible for the changes, operations performed, the subresources modified, and the API version used during the modification. Primarily useful for understanding which components are interacting with and updating specific fields of the resource's metadata.

Applies to