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