Package version:

Supported Kubernetes Scopes for this Extension Type.

interface ExtensionTypePropertiesSupportedScopes {
    clusterScopeSettings?: ClusterScopeSettings;
    defaultScope?: string;
}

Properties

clusterScopeSettings?: ClusterScopeSettings

Extension scope settings

defaultScope?: string

The default scope of the extension type. This scope will be used if the user does not provide a scope while creating an extension.