GKE Hub v1 API - Class HierarchyControllerConfig (2.4.0)

public sealed class HierarchyControllerConfig : IMessage<HierarchyControllerConfig>, IEquatable<HierarchyControllerConfig>, IDeepCloneable<HierarchyControllerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class HierarchyControllerConfig.

Configuration for Hierarchy Controller

Inheritance

object > HierarchyControllerConfig

Namespace

Google.Cloud.GkeHub.V1.ConfigManagement

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

HierarchyControllerConfig()

public HierarchyControllerConfig()

HierarchyControllerConfig(HierarchyControllerConfig)

public HierarchyControllerConfig(HierarchyControllerConfig other)
Parameter
NameDescription
otherHierarchyControllerConfig

Properties

EnableHierarchicalResourceQuota

public bool EnableHierarchicalResourceQuota { get; set; }

Whether hierarchical resource quota is enabled in this cluster.

Property Value
TypeDescription
bool

EnablePodTreeLabels

public bool EnablePodTreeLabels { get; set; }

Whether pod tree labels are enabled in this cluster.

Property Value
TypeDescription
bool

Enabled

public bool Enabled { get; set; }

Whether Hierarchy Controller is enabled in this cluster.

Property Value
TypeDescription
bool