Class: Google::Cloud::GkeHub::ConfigManagement::V1::HierarchyControllerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::HierarchyControllerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
Configuration for Hierarchy Controller
Instance Attribute Summary collapse
-
#enable_hierarchical_resource_quota ⇒ ::Boolean
Whether hierarchical resource quota is enabled in this cluster.
-
#enable_pod_tree_labels ⇒ ::Boolean
Whether pod tree labels are enabled in this cluster.
-
#enabled ⇒ ::Boolean
Whether Hierarchy Controller is enabled in this cluster.
Instance Attribute Details
#enable_hierarchical_resource_quota ⇒ ::Boolean
Returns Whether hierarchical resource quota is enabled in this cluster.
230 231 232 233 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 230 class HierarchyControllerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_pod_tree_labels ⇒ ::Boolean
Returns Whether pod tree labels are enabled in this cluster.
230 231 232 233 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 230 class HierarchyControllerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Whether Hierarchy Controller is enabled in this cluster.
230 231 232 233 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 230 class HierarchyControllerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |