ScopeClusterArgs

data class ScopeClusterArgs(val releaseNamespace: Output<String>? = null) : ConvertibleToJava<ScopeClusterArgs>

Specifies that the scope of the extensionInstance is Cluster

Constructors

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

Properties

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

Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created

Functions

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