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
Implements
IMessageHierarchyControllerConfig, IEquatableHierarchyControllerConfig, IDeepCloneableHierarchyControllerConfig, 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 |
bool |
EnableHierarchicalResourceQuota
public bool EnableHierarchicalResourceQuota { get; set; }
Whether hierarchical resource quota is enabled in this cluster.
Property Value | |
---|---|
Type | Description |
bool |
EnablePodTreeLabels
public bool EnablePodTreeLabels { get; set; }
Whether pod tree labels are enabled in this cluster.
Property Value | |
---|---|
Type | Description |
bool |