NamespacesArgs

data class NamespacesArgs(val namespaces: Output<List<String>>? = null) : ConvertibleToJava<NamespacesArgs>

A list of Kubernetes Namespaces

Constructors

Link copied to clipboard
fun NamespacesArgs(namespaces: Output<List<String>>? = null)

Functions

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

Properties

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

A list of Kubernetes Namespaces