public sealed class ConfigSyncDeploymentState : IMessage<ConfigSyncDeploymentState>, IEquatable<ConfigSyncDeploymentState>, IDeepCloneable<ConfigSyncDeploymentState>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ConfigSyncDeploymentState.
The state of ConfigSync's deployment on a cluster
Implements
IMessageConfigSyncDeploymentState, IEquatableConfigSyncDeploymentState, IDeepCloneableConfigSyncDeploymentState, 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
AdmissionWebhook
public DeploymentState AdmissionWebhook { get; set; }Deployment state of admission-webhook
| Property Value | |
|---|---|
| Type | Description |
DeploymentState |
|
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 |
|