ObjectMetaV1.Generation 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 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.