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