Class: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncVersion
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncVersion
- 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
-
#admission_webhook ⇒ ::String
Version of the deployed admission_webhook pod.
-
#git_sync ⇒ ::String
Version of the deployed git-sync pod.
-
#importer ⇒ ::String
Version of the deployed importer pod.
-
#monitor ⇒ ::String
Version of the deployed monitor pod.
-
#reconciler_manager ⇒ ::String
Version of the deployed reconciler-manager pod.
-
#root_reconciler ⇒ ::String
Version of the deployed reconciler container in root-reconciler pod.
-
#syncer ⇒ ::String
Version of the deployed syncer pod.
Instance Attribute Details
#admission_webhook ⇒ ::String
Returns 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.
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.
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.
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.
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.
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.
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 |