public sealed class ConfigSyncState : IMessage<ConfigSyncState>, IEquatable<ConfigSyncState>, IDeepCloneable<ConfigSyncState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class ConfigSyncState.
State information for ConfigSync
Implements
IMessageConfigSyncState, IEquatableConfigSyncState, IDeepCloneableConfigSyncState, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
ConfigSyncState()
public ConfigSyncState()
ConfigSyncState(ConfigSyncState)
public ConfigSyncState(ConfigSyncState other)
Parameter | |
---|---|
Name | Description |
other |
ConfigSyncState |
Properties
DeploymentState
public ConfigSyncDeploymentState DeploymentState { get; set; }
Information about the deployment of ConfigSync, including the version of the various Pods deployed
Property Value | |
---|---|
Type | Description |
ConfigSyncDeploymentState |
Errors
public RepeatedField<ConfigSyncError> Errors { get; }
Errors pertaining to the installation of Config Sync.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConfigSyncError |
ReposyncCrd
public ConfigSyncState.Types.CRDState ReposyncCrd { get; set; }
The state of the Reposync CRD
Property Value | |
---|---|
Type | Description |
ConfigSyncStateTypesCRDState |
RootsyncCrd
public ConfigSyncState.Types.CRDState RootsyncCrd { get; set; }
The state of the RootSync CRD
Property Value | |
---|---|
Type | Description |
ConfigSyncStateTypesCRDState |
State
public ConfigSyncState.Types.State State { get; set; }
The state of CS This field summarizes the other fields in this message.
Property Value | |
---|---|
Type | Description |
ConfigSyncStateTypesState |
SyncState
public SyncState SyncState { get; set; }
The state of ConfigSync's process to sync configs to a cluster
Property Value | |
---|---|
Type | Description |
SyncState |
Version
public ConfigSyncVersion Version { get; set; }
The version of ConfigSync deployed
Property Value | |
---|---|
Type | Description |
ConfigSyncVersion |