public interface ConfigSyncVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGitSync()
Version of the deployed git-sync pod
|
com.google.protobuf.ByteString |
getGitSyncBytes()
Version of the deployed git-sync pod
|
String |
getImporter()
Version of the deployed importer pod
|
com.google.protobuf.ByteString |
getImporterBytes()
Version of the deployed importer pod
|
String |
getMonitor()
Version of the deployed monitor pod
|
com.google.protobuf.ByteString |
getMonitorBytes()
Version of the deployed monitor pod
|
String |
getReconcilerManager()
Version of the deployed reconciler-manager pod
|
com.google.protobuf.ByteString |
getReconcilerManagerBytes()
Version of the deployed reconciler-manager pod
|
String |
getRootReconciler()
Version of the deployed reconciler container in root-reconciler pod
|
com.google.protobuf.ByteString |
getRootReconcilerBytes()
Version of the deployed reconciler container in root-reconciler pod
|
String |
getSyncer()
Version of the deployed syncer pod
|
com.google.protobuf.ByteString |
getSyncerBytes()
Version of the deployed syncer pod
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImporter()
Version of the deployed importer pod
string importer = 1;com.google.protobuf.ByteString getImporterBytes()
Version of the deployed importer pod
string importer = 1;String getSyncer()
Version of the deployed syncer pod
string syncer = 2;com.google.protobuf.ByteString getSyncerBytes()
Version of the deployed syncer pod
string syncer = 2;String getGitSync()
Version of the deployed git-sync pod
string git_sync = 3;com.google.protobuf.ByteString getGitSyncBytes()
Version of the deployed git-sync pod
string git_sync = 3;String getMonitor()
Version of the deployed monitor pod
string monitor = 4;com.google.protobuf.ByteString getMonitorBytes()
Version of the deployed monitor pod
string monitor = 4;String getReconcilerManager()
Version of the deployed reconciler-manager pod
string reconciler_manager = 5;com.google.protobuf.ByteString getReconcilerManagerBytes()
Version of the deployed reconciler-manager pod
string reconciler_manager = 5;String getRootReconciler()
Version of the deployed reconciler container in root-reconciler pod
string root_reconciler = 6;com.google.protobuf.ByteString getRootReconcilerBytes()
Version of the deployed reconciler container in root-reconciler pod
string root_reconciler = 6;Copyright © 2024 Google LLC. All rights reserved.