RestorePlanRestoreConfigSelectedNamespacesArgs

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

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(): RestorePlanRestoreConfigSelectedNamespacesArgs