Scope Response
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.
Scope of the extension. It can be either Cluster or Namespace; but not both.