io.k8s.api.resource.v1alpha3.DeviceAllocationConfiguration
See theDeviceAllocationConfiguration companion object
final case class DeviceAllocationConfiguration(source: String, opaque: Option[OpaqueDeviceConfiguration], requests: Option[Seq[String]])
DeviceAllocationConfiguration gets embedded in an AllocationResult.
Attributes
- Companion
- object
- Source
- DeviceAllocationConfiguration.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to requests
if opaque has a value, transforms to the result of function
if opaque has a value, transforms to the result of function
Attributes
if requests has a value, transforms to the result of function
if requests has a value, transforms to the result of function
Attributes
transforms source to result of function
Returns a new data with opaque set to new value
Returns a new data with opaque set to new value
Attributes
Returns a new data with requests set to new value
Returns a new data with requests set to new value
Attributes
Returns a new data with source set to new value
Returns a new data with source set to new value
Attributes
In this article