Class NodeEvictionSettings
Node Eviction Configuration
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class NodeEvictionSettings
Properties
EvictionGraceDuration
Declaration
[JsonProperty(PropertyName = "evictionGraceDuration")]
public string EvictionGraceDuration { get; set; }
Property Value
Type | Description |
---|---|
string | Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to perform node action without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M |
IsForceActionAfterGraceDuration
Declaration
[JsonProperty(PropertyName = "isForceActionAfterGraceDuration")]
public bool? IsForceActionAfterGraceDuration { get; set; }
Property Value
Type | Description |
---|---|
bool? | If the node action should be performed if not all the pods can be evicted in the grace period |