ResourceClaimConsumerReference

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
constructor(apiGroup: String? = null, name: String, resource: String, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiGroup: String? = null

APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.

Link copied to clipboard

Name is the name of resource being referenced.

Link copied to clipboard

Resource is the type of resource being referenced, for example "pods".

Link copied to clipboard
val uid: String

UID identifies exactly one incarnation of the resource.