ConfigSyncState(mapping=None, *, ignore_unknown_fields=False, **kwargs)
State information for ConfigSync
Attributes |
|
---|---|
Name | Description |
version |
google.cloud.gkehub.configmanagement_v1.types.ConfigSyncVersion
The version of ConfigSync deployed |
deployment_state |
google.cloud.gkehub.configmanagement_v1.types.ConfigSyncDeploymentState
Information about the deployment of ConfigSync, including the version of the various Pods deployed |
sync_state |
google.cloud.gkehub.configmanagement_v1.types.SyncState
The state of ConfigSync's process to sync configs to a cluster |
errors |
MutableSequence[google.cloud.gkehub.configmanagement_v1.types.ConfigSyncError]
Errors pertaining to the installation of Config Sync. |
rootsync_crd |
google.cloud.gkehub.configmanagement_v1.types.ConfigSyncState.CRDState
The state of the RootSync CRD |
reposync_crd |
google.cloud.gkehub.configmanagement_v1.types.ConfigSyncState.CRDState
The state of the Reposync CRD |
state |
google.cloud.gkehub.configmanagement_v1.types.ConfigSyncState.State
The state of CS This field summarizes the other fields in this message. |
Classes
CRDState
CRDState(value)
CRDState representing the state of a CRD
State
State(value)