Class: Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncDeploymentState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::ConfigSyncDeploymentState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
The state of ConfigSync's deployment on a cluster
Instance Attribute Summary collapse
-
#admission_webhook ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of admission-webhook.
-
#git_sync ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of the git-sync pod.
-
#importer ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of the importer pod.
-
#monitor ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of the monitor pod.
-
#reconciler_manager ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of reconciler-manager pod.
-
#root_reconciler ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of root-reconciler.
-
#syncer ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Deployment state of the syncer pod.
Instance Attribute Details
#admission_webhook ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of admission-webhook.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#git_sync ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of the git-sync pod.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#importer ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of the importer pod.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#monitor ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of the monitor pod.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reconciler_manager ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of reconciler-manager pod.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#root_reconciler ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of root-reconciler.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#syncer ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns Deployment state of the syncer pod.
417 418 419 420 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 417 class ConfigSyncDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |