ParamRefPatchArgs

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

ParamRef references a parameter resource

Constructors

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

Properties

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

Name of the resource being referenced.

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

Namespace of the referenced resource. Should be empty for the cluster-scoped resources

Functions

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