Package version:

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

interface Scope {
    cluster?: ScopeCluster;
    namespace?: ScopeNamespace;
}

Properties

Properties

cluster?: ScopeCluster

Specifies that the scope of the extension is Cluster

namespace?: ScopeNamespace

Specifies that the scope of the extension is Namespace