Resource Claim Consumer Reference Patch
data class ResourceClaimConsumerReferencePatch(val apiGroup: String? = null, val name: String? = null, val resource: String? = null, val uid: String? = null)
ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
Constructors
Link copied to clipboard
fun ResourceClaimConsumerReferencePatch(apiGroup: String? = null, name: String? = null, resource: String? = null, uid: String? = null)