observedGeneration property

int? observedGeneration
getter/setter pair

Returns the generation last seen by the system.

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;