io.k8s.api.resource.v1alpha3.DeviceClass
See theDeviceClass companion object
final case class DeviceClass(spec: DeviceClassSpec, metadata: Option[ObjectMeta]) extends KObject
DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped.
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
Attributes
- Companion
- object
- Source
- DeviceClass.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if metadata has a value, transforms to the result of function
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