AllocationResult

io.k8s.api.resource.v1alpha2.AllocationResult
See theAllocationResult companion object
final case class AllocationResult(availableOnNodes: Option[NodeSelector], resourceHandles: Option[Seq[ResourceHandle]], shareable: Option[Boolean])

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

Appends new values to resourceHandles

Appends new values to resourceHandles

Attributes

Source
AllocationResult.scala

if availableOnNodes has a value, transforms to the result of function

if availableOnNodes has a value, transforms to the result of function

Attributes

Source
AllocationResult.scala

if resourceHandles has a value, transforms to the result of function

if resourceHandles has a value, transforms to the result of function

Attributes

Source
AllocationResult.scala

if shareable has a value, transforms to the result of function

if shareable has a value, transforms to the result of function

Attributes

Source
AllocationResult.scala

Returns a new data with availableOnNodes set to new value

Returns a new data with availableOnNodes set to new value

Attributes

Source
AllocationResult.scala

Returns a new data with resourceHandles set to new value

Returns a new data with resourceHandles set to new value

Attributes

Source
AllocationResult.scala

Returns a new data with shareable set to new value

Returns a new data with shareable set to new value

Attributes

Source
AllocationResult.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product