ResourceClaimStatus

io.k8s.api.resource.v1alpha2.ResourceClaimStatus
See theResourceClaimStatus companion object
final case class ResourceClaimStatus(allocation: Option[AllocationResult], deallocationRequested: Option[Boolean], driverName: Option[String], reservedFor: Option[Seq[ResourceClaimConsumerReference]])

ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.

Attributes

Companion
object
Source
ResourceClaimStatus.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 reservedFor

Appends new values to reservedFor

Attributes

Source
ResourceClaimStatus.scala

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

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

Attributes

Source
ResourceClaimStatus.scala

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

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

Attributes

Source
ResourceClaimStatus.scala

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

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

Attributes

Source
ResourceClaimStatus.scala

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

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

Attributes

Source
ResourceClaimStatus.scala

Returns a new data with allocation set to new value

Returns a new data with allocation set to new value

Attributes

Source
ResourceClaimStatus.scala

Returns a new data with deallocationRequested set to new value

Returns a new data with deallocationRequested set to new value

Attributes

Source
ResourceClaimStatus.scala

Returns a new data with driverName set to new value

Returns a new data with driverName set to new value

Attributes

Source
ResourceClaimStatus.scala

Returns a new data with reservedFor set to new value

Returns a new data with reservedFor set to new value

Attributes

Source
ResourceClaimStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product