Class: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb

Overview

Specific versioning information pertaining to ConfigSync's Pods

Instance Attribute Summary collapse

Instance Attribute Details

#admission_webhook::String

Returns Version of the deployed admission_webhook pod.

Returns:

  • (::String)

    Version of the deployed admission_webhook pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#git_sync::String

Returns Version of the deployed git-sync pod.

Returns:

  • (::String)

    Version of the deployed git-sync pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#importer::String

Returns Version of the deployed importer pod.

Returns:

  • (::String)

    Version of the deployed importer pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#monitor::String

Returns Version of the deployed monitor pod.

Returns:

  • (::String)

    Version of the deployed monitor pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reconciler_manager::String

Returns Version of the deployed reconciler-manager pod.

Returns:

  • (::String)

    Version of the deployed reconciler-manager pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#root_reconciler::String

Returns Version of the deployed reconciler container in root-reconciler pod.

Returns:

  • (::String)

    Version of the deployed reconciler container in root-reconciler pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#syncer::String

Returns Version of the deployed syncer pod.

Returns:

  • (::String)

    Version of the deployed syncer pod



390
391
392
393
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 390

class ConfigSyncVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end