Google Kubernetes Engine v1 API - Class EvictionMinimumReclaim (3.35.0)

public sealed class EvictionMinimumReclaim : IMessage<EvictionMinimumReclaim>, IEquatable<EvictionMinimumReclaim>, IDeepCloneable<EvictionMinimumReclaim>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class EvictionMinimumReclaim.

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

Inheritance

object > EvictionMinimumReclaim

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

EvictionMinimumReclaim()

public EvictionMinimumReclaim()

EvictionMinimumReclaim(EvictionMinimumReclaim)

public EvictionMinimumReclaim(EvictionMinimumReclaim other)
Parameter
Name Description
other EvictionMinimumReclaim

Properties

ImagefsAvailable

public string ImagefsAvailable { get; set; }

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

Property Value
Type Description
string

ImagefsInodesFree

public string ImagefsInodesFree { get; set; }

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

Property Value
Type Description
string

MemoryAvailable

public string MemoryAvailable { get; set; }

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

Property Value
Type Description
string

NodefsAvailable

public string NodefsAvailable { get; set; }

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

Property Value
Type Description
string

NodefsInodesFree

public string NodefsInodesFree { get; set; }

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

Property Value
Type Description
string

PidAvailable

public string PidAvailable { get; set; }

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

Property Value
Type Description
string