Resource Claim Consumer Reference
data class ResourceClaimConsumerReference(val apiGroup: String? = null, val name: String, val resource: String, val uid: String)
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 ResourceClaimConsumerReference(apiGroup: String? = null, name: String, resource: String, uid: String)