ScopeArgs

data class ScopeArgs(val cluster: Output<ScopeClusterArgs>? = null, val namespace: Output<ScopeNamespaceArgs>? = null) : ConvertibleToJava<ScopeArgs>

Scope of the extensionInstance. It can be either Cluster or Namespace; but not both.

Constructors

Link copied to clipboard
constructor(cluster: Output<ScopeClusterArgs>? = null, namespace: Output<ScopeNamespaceArgs>? = null)

Properties

Link copied to clipboard
val cluster: Output<ScopeClusterArgs>? = null

Specifies that the scope of the extensionInstance is Cluster

Link copied to clipboard
val namespace: Output<ScopeNamespaceArgs>? = null

Specifies that the scope of the extensionInstance is Namespace

Functions

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