KubernetesTaint

data class KubernetesTaint(val effect: String? = null, val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun KubernetesTaint(effect: String? = null, key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

The scheduling policy. Valid values: NoSchedule | NoExecute | PreferNoSchedule. Default value: NoSchedule.

Link copied to clipboard
val key: String? = null

The key of a taint.

Link copied to clipboard
val value: String? = null

The key of a taint.