ScopeResponse

data class ScopeResponse(val cluster: ScopeClusterResponse? = null, val namespace: ScopeNamespaceResponse? = null)

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

Constructors

Link copied to clipboard
constructor(cluster: ScopeClusterResponse? = null, namespace: ScopeNamespaceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies that the scope of the extensionInstance is Cluster

Link copied to clipboard

Specifies that the scope of the extensionInstance is Namespace