View Source GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncState (google_api_gke_hub v0.16.0)
State information for ConfigSync
Attributes
-
clusterLevelStopSyncingState(type:String.t, default:nil) - Whether syncing resources to the cluster is stopped at the cluster level. -
crCount(type:integer(), default:nil) - Output only. The number of RootSync and RepoSync CRs in the cluster. -
deploymentState(type:GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t, default:nil) - Information about the deployment of ConfigSync, including the version of the various Pods deployed -
errors(type:list(GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncError.t), default:nil) - Errors pertaining to the installation of Config Sync. -
reposyncCrd(type:String.t, default:nil) - The state of the Reposync CRD -
rootsyncCrd(type:String.t, default:nil) - The state of the RootSync CRD -
state(type:String.t, default:nil) - The state of CS This field summarizes the other fields in this message. -
syncState(type:GoogleApi.GKEHub.V1.Model.ConfigManagementSyncState.t, default:nil) - The state of ConfigSync's process to sync configs to a cluster -
version(type:GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion.t, default:nil) - The version of ConfigSync deployed
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncState{ clusterLevelStopSyncingState: String.t() | nil, crCount: integer() | nil, deploymentState: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncDeploymentState.t() | nil, errors: [GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncError.t()] | nil, reposyncCrd: String.t() | nil, rootsyncCrd: String.t() | nil, state: String.t() | nil, syncState: GoogleApi.GKEHub.V1.Model.ConfigManagementSyncState.t() | nil, version: GoogleApi.GKEHub.V1.Model.ConfigManagementConfigSyncVersion.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.