StructuredResourceHandle

io.k8s.api.resource.v1alpha2.StructuredResourceHandle
See theStructuredResourceHandle companion object
final case class StructuredResourceHandle(results: Seq[DriverAllocationResult], nodeName: Option[String], vendorClaimParameters: Option[RawExtension], vendorClassParameters: Option[RawExtension])

StructuredResourceHandle is the in-tree representation of the allocation result.

Attributes

Companion
object
Source
StructuredResourceHandle.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 results

Appends new values to results

Attributes

Source
StructuredResourceHandle.scala
def mapNodeName(f: String => String): StructuredResourceHandle

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

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

Attributes

Source
StructuredResourceHandle.scala

transforms results to result of function

transforms results to result of function

Attributes

Source
StructuredResourceHandle.scala

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

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

Attributes

Source
StructuredResourceHandle.scala

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

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

Attributes

Source
StructuredResourceHandle.scala

Returns a new data with nodeName set to new value

Returns a new data with nodeName set to new value

Attributes

Source
StructuredResourceHandle.scala

Returns a new data with results set to new value

Returns a new data with results set to new value

Attributes

Source
StructuredResourceHandle.scala

Returns a new data with vendorClaimParameters set to new value

Returns a new data with vendorClaimParameters set to new value

Attributes

Source
StructuredResourceHandle.scala

Returns a new data with vendorClassParameters set to new value

Returns a new data with vendorClassParameters set to new value

Attributes

Source
StructuredResourceHandle.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product