io.k8s.api.resource.v1alpha3.DeviceTaintRule
See theDeviceTaintRule companion object
final case class DeviceTaintRule(spec: DeviceTaintRuleSpec, metadata: Option[ObjectMeta]) extends KObject
DeviceTaintRule adds one taint to all devices which match the selector. This has the same effect as if the taint was specified directly in the ResourceSlice by the DRA driver.
Attributes
- Companion
- object
- Source
- DeviceTaintRule.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- DeviceTaintRule.scala
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
- Source
- DeviceTaintRule.scala
transforms spec to result of function
Returns a new data with metadata set to new value
Returns a new data with spec set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article