ManagedFieldsEntryV1.FieldsType 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 the type of managed fields for a Kubernetes resource.
[YamlDotNet.Serialization.YamlMember(Alias="fieldsType")]
public string FieldsType { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fieldsType")>]
member this.FieldsType : string with get, set
Public Property FieldsType As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The FieldsType property identifies the type of field management information associated with a Kubernetes resource entry. It is part of the serialization structure for managed fields in Kubernetes.