NamespacesArgs

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

A list of Kubernetes Namespaces

Constructors

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

Properties

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

A list of Kubernetes Namespaces

Functions

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