Share via


ManagedFieldsEntryV1.ApiVersion Property

Definition

Gets or sets the API version of the resource being managed.

[YamlDotNet.Serialization.YamlMember(Alias="apiVersion")]
public string ApiVersion { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="apiVersion")>]
member this.ApiVersion : string with get, set
Public Property ApiVersion As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property represents the API version used in the managed fields entry. It is a critical component for versioning resources in Kubernetes and ensures compatibility with the defined API specifications.

Applies to