Class: Google::Cloud::GkeHub::ConfigManagement::V1::HierarchyControllerDeploymentState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::HierarchyControllerDeploymentState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
Deployment state for Hierarchy Controller
Instance Attribute Summary collapse
-
#extension ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1).
-
#hnc ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
The deployment state for open source HNC (e.g. v0.7.0-hc.0).
Instance Attribute Details
#extension ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1).
242 243 244 245 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 242 class HierarchyControllerDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hnc ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns The deployment state for open source HNC (e.g. v0.7.0-hc.0).
242 243 244 245 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 242 class HierarchyControllerDeploymentState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |