Show / Hide Table of Contents

Class ConfigManagementHierarchyControllerConfig

Configuration for Hierarchy Controller.

Inheritance
object
ConfigManagementHierarchyControllerConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX