observedGeneration property

int? observedGeneration
getter/setter pair

ObservedGeneration is the 'Generation' of the Configuration that was last processed by the controller.

The observed generation is updated even if the controller failed to process the spec and create the Revision. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation, and the Ready condition's status is True or False.

Implementation

core.int? observedGeneration;