Class: Google::Cloud::GkeHub::ConfigManagement::V1::HierarchyControllerConfig

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

Configuration for Hierarchy Controller

Instance Attribute Summary collapse

Instance Attribute Details

#enable_hierarchical_resource_quota::Boolean

Returns Whether hierarchical resource quota is enabled in this cluster.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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