Toleration

final case class Toleration(effect: Option[String], key: Option[String], tolerationSeconds: Option[Int], operator: Option[String], value: Option[String])

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

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

Value members

Inherited methods

Inherited from:
Product