ParamRef

data class ParamRef(val name: String? = null, val namespace: String? = null)

ParamRef references a parameter resource

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the resource being referenced.

Link copied to clipboard
val namespace: String? = null

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