Class PolicyControllerResourceList
ResourceList contains container resource requirements.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerResourceList : IDirectResponseSchema
Properties
Cpu
CPU requirement expressed in Kubernetes resource units.
Declaration
[JsonProperty("cpu")]
public virtual string Cpu { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Memory
Memory requirement expressed in Kubernetes resource units.
Declaration
[JsonProperty("memory")]
public virtual string Memory { get; set; }
Property Value
Type | Description |
---|---|
string |