Show / Hide Table of Contents

Class EvictionGracePeriod

Eviction grace periods are grace periods for each eviction signal.

Inheritance
object
EvictionGracePeriod
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 EvictionGracePeriod : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ImagefsAvailable

Optional. Grace period for eviction due to imagefs available signal. Sample format: "10s". Must be >= 0. 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. Grace period for eviction due to imagefs inodes free signal. Sample format: "10s". Must be >= 0. 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. Grace period for eviction due to memory available signal. Sample format: "10s". Must be >= 0. 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. Grace period for eviction due to nodefs available signal. Sample format: "10s". Must be >= 0. 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. Grace period for eviction due to nodefs inodes free signal. Sample format: "10s". Must be >= 0. 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. Grace period for eviction due to pid available signal. Sample format: "10s". Must be >= 0. 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