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.