ScopeResponse

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

Scope of the extension. 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 extension is Cluster

Link copied to clipboard

Specifies that the scope of the extension is Namespace