Share via


ObjectMetaV1.Generation Property

Definition

Represents the generation of the resource in the Kubernetes object metadata.

[YamlDotNet.Serialization.YamlMember(Alias="generation")]
public long? Generation { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="generation")>]
member this.Generation : Nullable<int64> with get, set
Public Property Generation As Nullable(Of Long)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The generation is a sequence identifier that is incremented by the Kubernetes system to indicate changes to the desired state of the resource, as specified by the user. Changes in this value can be used to track updates to the resource specification.

Applies to