io.k8s.api.resource.v1beta1.DeviceTaint
See theDeviceTaint companion object
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
Members list
Value members
Concrete methods
transforms effect to result of function
transforms key to result of function
if timeAdded has a value, transforms to the result of function
if value has a value, transforms to the result of function
Returns a new data with effect set to new value
Returns a new data with key set to new value
Returns a new data with timeAdded set to new value
Returns a new data with value set to new value
In this article