Interface ConfigSyncVersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigSyncVersion
,ConfigSyncVersion.Builder
public interface ConfigSyncVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGitSync()
Version of the deployed git-sync podcom.google.protobuf.ByteString
getGitSyncBytes()
Version of the deployed git-sync podString
getImporter()
Version of the deployed importer podcom.google.protobuf.ByteString
getImporterBytes()
Version of the deployed importer podString
getMonitor()
Version of the deployed monitor podcom.google.protobuf.ByteString
getMonitorBytes()
Version of the deployed monitor podString
getReconcilerManager()
Version of the deployed reconciler-manager podcom.google.protobuf.ByteString
getReconcilerManagerBytes()
Version of the deployed reconciler-manager podString
getRootReconciler()
Version of the deployed reconciler container in root-reconciler podcom.google.protobuf.ByteString
getRootReconcilerBytes()
Version of the deployed reconciler container in root-reconciler podString
getSyncer()
Version of the deployed syncer podcom.google.protobuf.ByteString
getSyncerBytes()
Version of the deployed syncer pod-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImporter
String getImporter()
Version of the deployed importer pod
string importer = 1;
- Returns:
- The importer.
-
getImporterBytes
com.google.protobuf.ByteString getImporterBytes()
Version of the deployed importer pod
string importer = 1;
- Returns:
- The bytes for importer.
-
getSyncer
String getSyncer()
Version of the deployed syncer pod
string syncer = 2;
- Returns:
- The syncer.
-
getSyncerBytes
com.google.protobuf.ByteString getSyncerBytes()
Version of the deployed syncer pod
string syncer = 2;
- Returns:
- The bytes for syncer.
-
getGitSync
String getGitSync()
Version of the deployed git-sync pod
string git_sync = 3;
- Returns:
- The gitSync.
-
getGitSyncBytes
com.google.protobuf.ByteString getGitSyncBytes()
Version of the deployed git-sync pod
string git_sync = 3;
- Returns:
- The bytes for gitSync.
-
getMonitor
String getMonitor()
Version of the deployed monitor pod
string monitor = 4;
- Returns:
- The monitor.
-
getMonitorBytes
com.google.protobuf.ByteString getMonitorBytes()
Version of the deployed monitor pod
string monitor = 4;
- Returns:
- The bytes for monitor.
-
getReconcilerManager
String getReconcilerManager()
Version of the deployed reconciler-manager pod
string reconciler_manager = 5;
- Returns:
- The reconcilerManager.
-
getReconcilerManagerBytes
com.google.protobuf.ByteString getReconcilerManagerBytes()
Version of the deployed reconciler-manager pod
string reconciler_manager = 5;
- Returns:
- The bytes for reconcilerManager.
-
getRootReconciler
String getRootReconciler()
Version of the deployed reconciler container in root-reconciler pod
string root_reconciler = 6;
- Returns:
- The rootReconciler.
-
getRootReconcilerBytes
com.google.protobuf.ByteString getRootReconcilerBytes()
Version of the deployed reconciler container in root-reconciler pod
string root_reconciler = 6;
- Returns:
- The bytes for rootReconciler.
-
-