public sealed class ConfigSyncDeploymentState : IMessage<ConfigSyncDeploymentState>, IEquatable<ConfigSyncDeploymentState>, IDeepCloneable<ConfigSyncDeploymentState>, IBufferMessage, IMessage
The state of ConfigSync's deployment on a cluster
Implements
IMessage<ConfigSyncDeploymentState>, System.IEquatable<ConfigSyncDeploymentState>, IDeepCloneable<ConfigSyncDeploymentState>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
ConfigSyncDeploymentState()
public ConfigSyncDeploymentState()
ConfigSyncDeploymentState(ConfigSyncDeploymentState)
public ConfigSyncDeploymentState(ConfigSyncDeploymentState other)
Parameter | |
---|---|
Name | Description |
other | ConfigSyncDeploymentState |
Properties
GitSync
public DeploymentState GitSync { get; set; }
Deployment state of the git-sync pod
Property Value | |
---|---|
Type | Description |
DeploymentState |
Importer
public DeploymentState Importer { get; set; }
Deployment state of the importer pod
Property Value | |
---|---|
Type | Description |
DeploymentState |
Monitor
public DeploymentState Monitor { get; set; }
Deployment state of the monitor pod
Property Value | |
---|---|
Type | Description |
DeploymentState |
ReconcilerManager
public DeploymentState ReconcilerManager { get; set; }
Deployment state of reconciler-manager pod
Property Value | |
---|---|
Type | Description |
DeploymentState |
RootReconciler
public DeploymentState RootReconciler { get; set; }
Deployment state of root-reconciler
Property Value | |
---|---|
Type | Description |
DeploymentState |
Syncer
public DeploymentState Syncer { get; set; }
Deployment state of the syncer pod
Property Value | |
---|---|
Type | Description |
DeploymentState |