Show / Hide Table of Contents

Class PolicyControllerResourceRequirements

ResourceRequirements describes the compute resource requirements.

Inheritance
object
PolicyControllerResourceRequirements
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.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX