Show / Hide Table of Contents

Class EvictionMinimumReclaim

Eviction minimum reclaims are the resource amounts of minimum reclaims for each eviction signal.

Inheritance
object
EvictionMinimumReclaim
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.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class EvictionMinimumReclaim : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImagefsAvailable

Optional. Minimum reclaim for eviction due to imagefs available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("imagefsAvailable")]
public virtual string ImagefsAvailable { get; set; }
Property Value
Type Description
string

ImagefsInodesFree

Optional. Minimum reclaim for eviction due to imagefs inodes free signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("imagefsInodesFree")]
public virtual string ImagefsInodesFree { get; set; }
Property Value
Type Description
string

MemoryAvailable

Optional. Minimum reclaim for eviction due to memory available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("memoryAvailable")]
public virtual string MemoryAvailable { get; set; }
Property Value
Type Description
string

NodefsAvailable

Optional. Minimum reclaim for eviction due to nodefs available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("nodefsAvailable")]
public virtual string NodefsAvailable { get; set; }
Property Value
Type Description
string

NodefsInodesFree

Optional. Minimum reclaim for eviction due to nodefs inodes free signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("nodefsInodesFree")]
public virtual string NodefsInodesFree { get; set; }
Property Value
Type Description
string

PidAvailable

Optional. Minimum reclaim for eviction due to pid available signal. Only take percentage value for now. Sample format: "10%". Must be <=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals

Declaration
[JsonProperty("pidAvailable")]
public virtual string PidAvailable { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX