observedGeneration property
ObservedGeneration is the 'Generation' of the DomainMapping 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;