Taint

final case class Taint(effect: String, key: String, timeAdded: Option[Time], value: Option[String])

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Source:
Taint.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withEffect(value: String): Taint
def withKey(value: String): Taint
def withTimeAdded(value: Time): Taint
def withValue(value: String): Taint

Inherited methods

Inherited from:
Product