public sealed class HierarchyControllerConfig : IMessage<HierarchyControllerConfig>, IEquatable<HierarchyControllerConfig>, IDeepCloneable<HierarchyControllerConfig>, IBufferMessage, IMessage
Configuration for Hierarchy Controller
Implements
IMessage<HierarchyControllerConfig>, IEquatable<HierarchyControllerConfig>, IDeepCloneable<HierarchyControllerConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1.ConfigManagementAssembly
Google.Cloud.GkeHub.V1.dll
Constructors
HierarchyControllerConfig()
public HierarchyControllerConfig()
HierarchyControllerConfig(HierarchyControllerConfig)
public HierarchyControllerConfig(HierarchyControllerConfig other)
Parameter | |
---|---|
Name | Description |
other | HierarchyControllerConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether Hierarchy Controller is enabled in this cluster.
Property Value | |
---|---|
Type | Description |
Boolean |
EnableHierarchicalResourceQuota
public bool EnableHierarchicalResourceQuota { get; set; }
Whether hierarchical resource quota is enabled in this cluster.
Property Value | |
---|---|
Type | Description |
Boolean |
EnablePodTreeLabels
public bool EnablePodTreeLabels { get; set; }
Whether pod tree labels are enabled in this cluster.
Property Value | |
---|---|
Type | Description |
Boolean |