NodeTaintEffect

enum NodeTaintEffect : Enum<NodeTaintEffect> , ConvertibleToJava<NodeTaintEffect>

The taint effect.

Entries

Link copied to clipboard
Link copied to clipboard

Do not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.

Link copied to clipboard

Like TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.

Link copied to clipboard

Evict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: NodeTaintEffect
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): NodeTaintEffect
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.