io.k8s.api.resource.v1alpha3.DeviceAllocationResult
See theDeviceAllocationResult companion object
final case class DeviceAllocationResult(config: Option[Seq[DeviceAllocationConfiguration]], results: Option[Seq[DeviceRequestAllocationResult]])
DeviceAllocationResult is the result of allocating devices.
Attributes
- Companion
- object
- Source
- DeviceAllocationResult.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to config
Appends new values to results
if config has a value, transforms to the result of function
if config has a value, transforms to the result of function
Attributes
- Source
- DeviceAllocationResult.scala
if results has a value, transforms to the result of function
if results has a value, transforms to the result of function
Attributes
- Source
- DeviceAllocationResult.scala
Returns a new data with config set to new value
Returns a new data with results set to new value
In this article