clusterLevelStopSyncingState property

String? clusterLevelStopSyncingState
getter/setter pair

Whether syncing resources to the cluster is stopped at the cluster level.

Output only. Possible string values are:

  • "STOP_SYNCING_STATE_UNSPECIFIED" : State cannot be determined
  • "NOT_STOPPED" : Syncing resources to the cluster is not stopped at the cluster level.
  • "PENDING" : Some reconcilers stop syncing resources to the cluster, while others are still syncing.
  • "STOPPED" : Syncing resources to the cluster is stopped at the cluster level.

Implementation

core.String? clusterLevelStopSyncingState;