Google Cloud Gke Hub V1 Client - Class HierarchyControllerConfig (0.6.3)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class HierarchyControllerConfig.

Configuration for Hierarchy Controller

Generated from protobuf message google.cloud.gkehub.configmanagement.v1.HierarchyControllerConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

Whether Hierarchy Controller is enabled in this cluster.

↳ enable_pod_tree_labels bool

Whether pod tree labels are enabled in this cluster.

↳ enable_hierarchical_resource_quota bool

Whether hierarchical resource quota is enabled in this cluster.

getEnabled

Whether Hierarchy Controller is enabled in this cluster.

Returns
TypeDescription
bool

setEnabled

Whether Hierarchy Controller is enabled in this cluster.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getEnablePodTreeLabels

Whether pod tree labels are enabled in this cluster.

Returns
TypeDescription
bool

setEnablePodTreeLabels

Whether pod tree labels are enabled in this cluster.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getEnableHierarchicalResourceQuota

Whether hierarchical resource quota is enabled in this cluster.

Returns
TypeDescription
bool

setEnableHierarchicalResourceQuota

Whether hierarchical resource quota is enabled in this cluster.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this