GKE Hub v1 API - Class ConfigSyncDeploymentState (2.4.0)

public sealed class ConfigSyncDeploymentState : IMessage<ConfigSyncDeploymentState>, IEquatable<ConfigSyncDeploymentState>, IDeepCloneable<ConfigSyncDeploymentState>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ConfigSyncDeploymentState.

The state of ConfigSync's deployment on a cluster

Inheritance

object > ConfigSyncDeploymentState

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

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