io.k8s.api.resource.v1alpha3.AllocationResult
See theAllocationResult companion object
final case class AllocationResult(controller: Option[String], devices: Option[DeviceAllocationResult], nodeSelector: Option[NodeSelector])
AllocationResult contains attributes of an allocated resource.
Attributes
- Companion
- object
- Source
- AllocationResult.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if controller has a value, transforms to the result of function
if controller has a value, transforms to the result of function
Attributes
- Source
- AllocationResult.scala
if devices has a value, transforms to the result of function
if devices has a value, transforms to the result of function
Attributes
- Source
- AllocationResult.scala
if nodeSelector has a value, transforms to the result of function
if nodeSelector has a value, transforms to the result of function
Attributes
- Source
- AllocationResult.scala
Returns a new data with controller set to new value
Returns a new data with devices set to new value
Returns a new data with nodeSelector set to new value
In this article