ManagedFieldsEntryV1.FieldsV1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.