public sealed class ConfigSyncState : IMessage<ConfigSyncState>, IEquatable<ConfigSyncState>, IDeepCloneable<ConfigSyncState>, IBufferMessage, IMessageReference 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 |
|
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 |
|