ManagedFieldsEntryV1.FieldsType Property

Definition

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.

Applies to