NodeTaintResponse

data class NodeTaintResponse(val effect: String, val key: String, val value: String)

NodeTaint applied to every Kubernetes node in a node pool. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.

Constructors

Link copied to clipboard
constructor(effect: String, key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The taint effect.

Link copied to clipboard
val key: String

Key associated with the effect.

Link copied to clipboard

Value associated with the effect.