Class ConfigManagementHierarchyControllerConfig
Configuration for Hierarchy Controller.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementHierarchyControllerConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableHierarchicalResourceQuota
Whether hierarchical resource quota is enabled in this cluster.
Declaration
[JsonProperty("enableHierarchicalResourceQuota")]
public virtual bool? EnableHierarchicalResourceQuota { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnablePodTreeLabels
Whether pod tree labels are enabled in this cluster.
Declaration
[JsonProperty("enablePodTreeLabels")]
public virtual bool? EnablePodTreeLabels { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Enabled
Whether Hierarchy Controller is enabled in this cluster.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |