RestorePlanRestoreConfigExcludedNamespacesArgs

data class RestorePlanRestoreConfigExcludedNamespacesArgs(val namespaces: Output<List<String>>) : ConvertibleToJava<RestorePlanRestoreConfigExcludedNamespacesArgs>

Constructors

constructor(namespaces: Output<List<String>>)

Properties

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

A list of Kubernetes Namespaces.

Functions

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