ResourceClaimConsumerReferenceArgs

data class ResourceClaimConsumerReferenceArgs(val apiGroup: Output<String>? = null, val name: Output<String>, val resource: Output<String>, val uid: Output<String>) : ConvertibleToJava<ResourceClaimConsumerReferenceArgs>

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

Properties

Link copied to clipboard
val apiGroup: Output<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
val name: Output<String>

Name is the name of resource being referenced.

Link copied to clipboard
val resource: Output<String>

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

Link copied to clipboard
val uid: Output<String>

UID identifies exactly one incarnation of the resource.

Functions

Link copied to clipboard
open override fun toJava(): ResourceClaimConsumerReferenceArgs