ParamRefArgs

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

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