AllocationResult

io.k8s.api.resource.v1beta1.AllocationResult
See theAllocationResult companion object
final case class AllocationResult(devices: Option[DeviceAllocationResult], nodeSelector: Option[NodeSelector])

AllocationResult contains attributes of an allocated resource.

Attributes

Companion
object
Source
AllocationResult.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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 devices set to new value

Returns a new data with devices set to new value

Attributes

Source
AllocationResult.scala

Returns a new data with nodeSelector set to new value

Returns a new data with nodeSelector set to new value

Attributes

Source
AllocationResult.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product