KubectlDrainSettings.

DisableEviction Property

Summary

--disable-eviction Force drain to use delete, even if eviction is supported. This will bypass checking PodDisruptionBudgets, use with caution.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlDrainSettings

Syntax

public Nullable<bool> DisableEviction { get; set; }

Value

Type Description
Nullable<bool>