View Source GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerConfig (google_api_gke_hub v0.16.0)

Configuration for Hierarchy Controller

Attributes

  • enableHierarchicalResourceQuota (type: boolean(), default: nil) - Whether hierarchical resource quota is enabled in this cluster.
  • enablePodTreeLabels (type: boolean(), default: nil) - Whether pod tree labels are enabled in this cluster.
  • enabled (type: boolean(), default: nil) - Whether Hierarchy Controller is enabled in this cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementHierarchyControllerConfig{
  enableHierarchicalResourceQuota: boolean() | nil,
  enablePodTreeLabels: boolean() | nil,
  enabled: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.