NamespacedNameArgs

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

A reference to a namespaced resource in Kubernetes.

Constructors

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

Functions

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

Properties

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

The name of the Kubernetes resource.

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

The Namespace of the Kubernetes resource.