PodSchedulingStatus

io.k8s.api.resource.v1alpha1.PodSchedulingStatus
See thePodSchedulingStatus companion object
final case class PodSchedulingStatus(resourceClaims: Option[Seq[ResourceClaimSchedulingStatus]])

PodSchedulingStatus describes where resources for the Pod can be allocated.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to resourceClaims

Appends new values to resourceClaims

Attributes

Source:
PodSchedulingStatus.scala

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

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

Attributes

Source:
PodSchedulingStatus.scala

Returns a new data with resourceClaims set to new value

Returns a new data with resourceClaims set to new value

Attributes

Source:
PodSchedulingStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product