ResourceClassParametersReferencePatchArgs

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

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

Constructors

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

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>? = null

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(): ResourceClassParametersReferencePatchArgs