public interface ConfigSyncDeploymentStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
getGitSync()
Deployment state of the git-sync pod
|
int |
getGitSyncValue()
Deployment state of the git-sync pod
|
DeploymentState |
getImporter()
Deployment state of the importer pod
|
int |
getImporterValue()
Deployment state of the importer pod
|
DeploymentState |
getMonitor()
Deployment state of the monitor pod
|
int |
getMonitorValue()
Deployment state of the monitor pod
|
DeploymentState |
getReconcilerManager()
Deployment state of reconciler-manager pod
|
int |
getReconcilerManagerValue()
Deployment state of reconciler-manager pod
|
DeploymentState |
getRootReconciler()
Deployment state of root-reconciler
|
int |
getRootReconcilerValue()
Deployment state of root-reconciler
|
DeploymentState |
getSyncer()
Deployment state of the syncer pod
|
int |
getSyncerValue()
Deployment state of the syncer pod
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getImporterValue()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;DeploymentState getImporter()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;int getSyncerValue()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;DeploymentState getSyncer()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;int getGitSyncValue()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;DeploymentState getGitSync()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;int getMonitorValue()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;DeploymentState getMonitor()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;int getReconcilerManagerValue()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;
DeploymentState getReconcilerManager()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;
int getRootReconcilerValue()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;DeploymentState getRootReconciler()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;Copyright © 2024 Google LLC. All rights reserved.