Show / Hide Table of Contents

Class ConfigManagementConfigSyncState

State information for ConfigSync.

Inheritance
object
ConfigManagementConfigSyncState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementConfigSyncState : IDirectResponseSchema

Properties

ClusterLevelStopSyncingState

Output only. 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

Output only. 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

Output only. 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

Output only. The state of the Reposync CRD

Declaration
[JsonProperty("reposyncCrd")]
public virtual string ReposyncCrd { get; set; }
Property Value
Type Description
string

RootsyncCrd

Output only. The state of the RootSync CRD

Declaration
[JsonProperty("rootsyncCrd")]
public virtual string RootsyncCrd { get; set; }
Property Value
Type Description
string

State

Output only. 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

Output only. 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

Output only. The version of ConfigSync deployed.

Declaration
[JsonProperty("version")]
public virtual ConfigManagementConfigSyncVersion Version { get; set; }
Property Value
Type Description
ConfigManagementConfigSyncVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX