ResourceClassParametersReferenceArgs

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

ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.

Constructors

Link copied to clipboard
constructor(apiGroup: Output<String>? = null, kind: Output<String>, name: Output<String>, namespace: Output<String>? = null)

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.

Link copied to clipboard
val name: Output<String>

Name is the name of resource being referenced.

Link copied to clipboard
val namespace: Output<String>? = null

Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.

Functions

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