Class ConfigManagementConfigSyncState
State information for ConfigSync.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementConfigSyncState : IDirectResponseSchema
Properties
ClusterLevelStopSyncingState
Whether syncing resources to the cluster is stopped at the cluster level.
Declaration
[JsonProperty("clusterLevelStopSyncingState")]
public virtual string ClusterLevelStopSyncingState { get; set; }
Property Value
Type | Description |
---|---|
string |
CrCount
Output only. The number of RootSync and RepoSync CRs in the cluster.
Declaration
[JsonProperty("crCount")]
public virtual int? CrCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DeploymentState
Information about the deployment of ConfigSync, including the version. of the various Pods deployed
Declaration
[JsonProperty("deploymentState")]
public virtual ConfigManagementConfigSyncDeploymentState DeploymentState { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementConfigSyncDeploymentState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Errors pertaining to the installation of Config Sync.
Declaration
[JsonProperty("errors")]
public virtual IList<ConfigManagementConfigSyncError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigManagementConfigSyncError> |
ReposyncCrd
The state of the Reposync CRD
Declaration
[JsonProperty("reposyncCrd")]
public virtual string ReposyncCrd { get; set; }
Property Value
Type | Description |
---|---|
string |
RootsyncCrd
The state of the RootSync CRD
Declaration
[JsonProperty("rootsyncCrd")]
public virtual string RootsyncCrd { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The state of CS This field summarizes the other fields in this message.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
SyncState
The state of ConfigSync's process to sync configs to a cluster.
Declaration
[JsonProperty("syncState")]
public virtual ConfigManagementSyncState SyncState { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementSyncState |
Version
The version of ConfigSync deployed.
Declaration
[JsonProperty("version")]
public virtual ConfigManagementConfigSyncVersion Version { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementConfigSyncVersion |