Resource Claim Status
data class ResourceClaimStatus(val allocation: AllocationResult? = null, val deallocationRequested: Boolean? = null, val driverName: String? = null, val reservedFor: List<ResourceClaimConsumerReference>? = null)
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
Constructors
Link copied to clipboard
fun ResourceClaimStatus(allocation: AllocationResult? = null, deallocationRequested: Boolean? = null, driverName: String? = null, reservedFor: List<ResourceClaimConsumerReference>? = null)