Class HierarchyControllerConfig (1.1.0)

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

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

Enabled

public bool Enabled { get; set; }

Whether Hierarchy Controller is enabled in this cluster.

Property Value
TypeDescription
Boolean

EnableHierarchicalResourceQuota

public bool EnableHierarchicalResourceQuota { get; set; }

Whether hierarchical resource quota is enabled in this cluster.

Property Value
TypeDescription
Boolean

EnablePodTreeLabels

public bool EnablePodTreeLabels { get; set; }

Whether pod tree labels are enabled in this cluster.

Property Value
TypeDescription
Boolean