public interface ConfigSyncDeploymentStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdmissionWebhook()
public abstract DeploymentState getAdmissionWebhook()Deployment state of admission-webhook
.google.cloud.gkehub.configmanagement.v1.DeploymentState admission_webhook = 7;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The admissionWebhook. |
getAdmissionWebhookValue()
public abstract int getAdmissionWebhookValue()Deployment state of admission-webhook
.google.cloud.gkehub.configmanagement.v1.DeploymentState admission_webhook = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for admissionWebhook. |
getGitSync()
public abstract DeploymentState getGitSync()Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState git_sync = 3;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The gitSync. |
getGitSyncValue()
public abstract int getGitSyncValue()Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState git_sync = 3;
| Returns | |
|---|---|
| Type | Description |
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.v1.DeploymentState importer = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The importer. |
getImporterValue()
public abstract int getImporterValue()Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState importer = 1;
| Returns | |
|---|---|
| Type | Description |
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.v1.DeploymentState monitor = 4;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The monitor. |
getMonitorValue()
public abstract int getMonitorValue()Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState monitor = 4;
| Returns | |
|---|---|
| Type | Description |
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.v1.DeploymentState reconciler_manager = 5;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The reconcilerManager. |
getReconcilerManagerValue()
public abstract int getReconcilerManagerValue()Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState reconciler_manager = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reconcilerManager. |
getRootReconciler()
public abstract DeploymentState getRootReconciler()Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1.DeploymentState root_reconciler = 6;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The rootReconciler. |
getRootReconcilerValue()
public abstract int getRootReconcilerValue()Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1.DeploymentState root_reconciler = 6;
| Returns | |
|---|---|
| Type | Description |
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.v1.DeploymentState syncer = 2;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The syncer. |
getSyncerValue()
public abstract int getSyncerValue()Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState syncer = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for syncer. |