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 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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.