DeviceToleration

io.k8s.api.resource.v1beta1.DeviceToleration
See theDeviceToleration companion object
final case class DeviceToleration(effect: Option[String], key: Option[String], tolerationSeconds: Option[Long], operator: Option[String], value: Option[String])

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

Attributes

Companion
object
Source
DeviceToleration.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if effect has a value, transforms to the result of function

if effect has a value, transforms to the result of function

Attributes

Source
DeviceToleration.scala

if key has a value, transforms to the result of function

if key has a value, transforms to the result of function

Attributes

Source
DeviceToleration.scala

if operator has a value, transforms to the result of function

if operator has a value, transforms to the result of function

Attributes

Source
DeviceToleration.scala

if tolerationSeconds has a value, transforms to the result of function

if tolerationSeconds has a value, transforms to the result of function

Attributes

Source
DeviceToleration.scala

if value has a value, transforms to the result of function

if value has a value, transforms to the result of function

Attributes

Source
DeviceToleration.scala

Returns a new data with effect set to new value

Returns a new data with effect set to new value

Attributes

Source
DeviceToleration.scala

Returns a new data with key set to new value

Returns a new data with key set to new value

Attributes

Source
DeviceToleration.scala

Returns a new data with operator set to new value

Returns a new data with operator set to new value

Attributes

Source
DeviceToleration.scala

Returns a new data with tolerationSeconds set to new value

Returns a new data with tolerationSeconds set to new value

Attributes

Source
DeviceToleration.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source
DeviceToleration.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product