AllocationResult

io.k8s.api.resource.v1alpha1.AllocationResult
See theAllocationResult companion object
final case class AllocationResult(availableOnNodes: Option[NodeSelector], resourceHandle: Option[String], shareable: Option[Boolean])

AllocationResult contains attributed of an allocated resource.

Attributes

Companion:
object
Source:
AllocationResult.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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 resourceHandle has a value, transforms to the result of function

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

Returns a new data with resourceHandle 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