Class PolicyControllerResourceRequirements
ResourceRequirements describes the compute resource requirements.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerResourceRequirements : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Limits
Limits describes the maximum amount of compute resources allowed for use by the running container.
Declaration
[JsonProperty("limits")]
public virtual PolicyControllerResourceList Limits { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerResourceList |
Requests
Requests describes the amount of compute resources reserved for the container by the kube-scheduler.
Declaration
[JsonProperty("requests")]
public virtual PolicyControllerResourceList Requests { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerResourceList |