Interface ConfigSyncDeploymentStateOrBuilder (1.0.1)

public interface ConfigSyncDeploymentStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGitSync()

public abstract DeploymentState getGitSync()

Deployment state of the git-sync pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;

Returns
TypeDescription
DeploymentState

The gitSync.

getGitSyncValue()

public abstract int getGitSyncValue()

Deployment state of the git-sync pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for gitSync.

getImporter()

public abstract DeploymentState getImporter()

Deployment state of the importer pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;

Returns
TypeDescription
DeploymentState

The importer.

getImporterValue()

public abstract int getImporterValue()

Deployment state of the importer pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for importer.

getMonitor()

public abstract DeploymentState getMonitor()

Deployment state of the monitor pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;

Returns
TypeDescription
DeploymentState

The monitor.

getMonitorValue()

public abstract int getMonitorValue()

Deployment state of the monitor pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for monitor.

getReconcilerManager()

public abstract DeploymentState getReconcilerManager()

Deployment state of reconciler-manager pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;

Returns
TypeDescription
DeploymentState

The reconcilerManager.

getReconcilerManagerValue()

public abstract int getReconcilerManagerValue()

Deployment state of reconciler-manager pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for reconcilerManager.

getRootReconciler()

public abstract DeploymentState getRootReconciler()

Deployment state of root-reconciler

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;

Returns
TypeDescription
DeploymentState

The rootReconciler.

getRootReconcilerValue()

public abstract int getRootReconcilerValue()

Deployment state of root-reconciler

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;

Returns
TypeDescription
int

The enum numeric value on the wire for rootReconciler.

getSyncer()

public abstract DeploymentState getSyncer()

Deployment state of the syncer pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;

Returns
TypeDescription
DeploymentState

The syncer.

getSyncerValue()

public abstract int getSyncerValue()

Deployment state of the syncer pod

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for syncer.