PodSchedulingContextSpec

io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec
See thePodSchedulingContextSpec companion object
final case class PodSchedulingContextSpec(potentialNodes: Option[Seq[String]], selectedNode: Option[String])

PodSchedulingContextSpec describes where resources for the Pod are needed.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to potentialNodes

Appends new values to potentialNodes

Attributes

Source:
PodSchedulingContextSpec.scala

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

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

Attributes

Source:
PodSchedulingContextSpec.scala

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

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

Attributes

Source:
PodSchedulingContextSpec.scala

Returns a new data with potentialNodes set to new value

Returns a new data with potentialNodes set to new value

Attributes

Source:
PodSchedulingContextSpec.scala

Returns a new data with selectedNode set to new value

Returns a new data with selectedNode set to new value

Attributes

Source:
PodSchedulingContextSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product