DeviceTaint

io.k8s.api.resource.v1beta2.DeviceTaint
See theDeviceTaint companion object
final case class DeviceTaint(effect: String, key: String, timeAdded: Option[Time], value: Option[String])

The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.

Attributes

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

Members list

Value members

Concrete methods

transforms effect to result of function

transforms effect to result of function

Attributes

Source
DeviceTaint.scala

transforms key to result of function

transforms key to result of function

Attributes

Source
DeviceTaint.scala

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

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

Attributes

Source
DeviceTaint.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
DeviceTaint.scala

Returns a new data with effect set to new value

Returns a new data with effect set to new value

Attributes

Source
DeviceTaint.scala
def withKey(value: String): DeviceTaint

Returns a new data with key set to new value

Returns a new data with key set to new value

Attributes

Source
DeviceTaint.scala

Returns a new data with timeAdded set to new value

Returns a new data with timeAdded set to new value

Attributes

Source
DeviceTaint.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Attributes

Source
DeviceTaint.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product