observedGeneration property

int? observedGeneration
getter/setter pair

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

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;