Condividi tramite


SecretSyncCondition.ObservedGeneration Property

Definition

ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

public long? ObservedGeneration { get; }
member this.ObservedGeneration : Nullable<int64>
Public ReadOnly Property ObservedGeneration As Nullable(Of Long)

Property Value

Applies to