public interface ConfigSyncDeploymentStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAdmissionWebhook()
public abstract DeploymentState getAdmissionWebhook()
Deployment state of admission-webhook
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState admission_webhook = 7;
Returns | |
---|---|
Type | Description |
DeploymentState |
The admissionWebhook. |
getAdmissionWebhookValue()
public abstract int getAdmissionWebhookValue()
Deployment state of admission-webhook
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.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.v1beta.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.v1beta.DeploymentState importer = 1;
Returns | |
---|---|
Type | Description |
DeploymentState |
The importer. |
getImporterValue()
public abstract int getImporterValue()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.DeploymentState monitor = 4;
Returns | |
---|---|
Type | Description |
DeploymentState |
The monitor. |
getMonitorValue()
public abstract int getMonitorValue()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState monitor = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for monitor. |
getOtelCollector()
public abstract DeploymentState getOtelCollector()
Deployment state of otel-collector
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState otel_collector = 9;
Returns | |
---|---|
Type | Description |
DeploymentState |
The otelCollector. |
getOtelCollectorValue()
public abstract int getOtelCollectorValue()
Deployment state of otel-collector
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState otel_collector = 9;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for otelCollector. |
getReconcilerManager()
public abstract DeploymentState getReconcilerManager()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.DeploymentState reconciler_manager = 5;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for reconcilerManager. |
getResourceGroupControllerManager()
public abstract DeploymentState getResourceGroupControllerManager()
Deployment state of resource-group-controller-manager
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState resource_group_controller_manager = 8;
Returns | |
---|---|
Type | Description |
DeploymentState |
The resourceGroupControllerManager. |
getResourceGroupControllerManagerValue()
public abstract int getResourceGroupControllerManagerValue()
Deployment state of resource-group-controller-manager
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState resource_group_controller_manager = 8;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for resourceGroupControllerManager. |
getRootReconciler()
public abstract DeploymentState getRootReconciler()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState root_reconciler = 6;
Returns | |
---|---|
Type | Description |
DeploymentState |
The rootReconciler. |
getRootReconcilerValue()
public abstract int getRootReconcilerValue()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.DeploymentState syncer = 2;
Returns | |
---|---|
Type | Description |
DeploymentState |
The syncer. |
getSyncerValue()
public abstract int getSyncerValue()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for syncer. |