Share via


ManagedFieldsEntryV1.FieldsV1 Property

Definition

Represents a structure used for describing serialized field data in Kubernetes resources.

[YamlDotNet.Serialization.YamlMember(Alias="fieldsV1")]
public Aspire.Hosting.Kubernetes.Resources.FieldsV1 FieldsV1 { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fieldsV1")>]
member this.FieldsV1 : Aspire.Hosting.Kubernetes.Resources.FieldsV1 with get, set
Public Property FieldsV1 As FieldsV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This class is part of the Kubernetes resource management utilities and allows for defining field-level information associated with Kubernetes objects. It is generally used in conjunction with ManagedFieldsEntryV1 to provide detailed information about managed fields within a Kubernetes resource object.

Applies to