ResourceClaimParametersReferenceArgs

data class ResourceClaimParametersReferenceArgs(val apiGroup: Output<String>? = null, val kind: Output<String>, val name: Output<String>) : ConvertibleToJava<ResourceClaimParametersReferenceArgs>

ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.

Constructors

Link copied to clipboard
constructor(apiGroup: Output<String>? = null, kind: Output<String>, name: 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 kind: Output<String>

Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".

Link copied to clipboard
val name: Output<String>

Name is the name of resource being referenced.

Functions

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