ResourceClaimSchedulingStatus

io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus
See theResourceClaimSchedulingStatus companion object
final case class ResourceClaimSchedulingStatus(name: Option[String], unsuitableNodes: Option[Seq[String]])

ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.

Attributes

Companion:
object
Source:
ResourceClaimSchedulingStatus.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 unsuitableNodes

Appends new values to unsuitableNodes

Attributes

Source:
ResourceClaimSchedulingStatus.scala

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

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

Attributes

Source:
ResourceClaimSchedulingStatus.scala

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

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

Attributes

Source:
ResourceClaimSchedulingStatus.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ResourceClaimSchedulingStatus.scala

Returns a new data with unsuitableNodes set to new value

Returns a new data with unsuitableNodes set to new value

Attributes

Source:
ResourceClaimSchedulingStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product