io.k8s.api.resource.v1beta1.ResourceClaimStatus
See theResourceClaimStatus companion object
final case class ResourceClaimStatus(allocation: Option[AllocationResult], devices: Option[Seq[AllocatedDeviceStatus]], reservedFor: Option[Seq[ResourceClaimConsumerReference]])
ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.
Attributes
- Companion
- object
- Source
- ResourceClaimStatus.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to devices
Appends new values to reservedFor
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 devices has a value, transforms to the result of function
if devices 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 devices set to new value
Returns a new data with reservedFor set to new value
In this article