reconciling property

bool? reconciling
getter/setter pair

Reconciling (https://google.aip.dev/128#reconciliation).

Set to true if the current state of Cluster does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.

Output only.

Implementation

core.bool? reconciling;