Package version:

interface ExtensionTypeProperties {
    description?: string;
    isManagedIdentityRequired?: boolean;
    isSystemExtension?: boolean;
    planInfo?: ExtensionTypePropertiesPlanInfo;
    publisher?: string;
    supportedClusterTypes?: string[];
    supportedScopes?: ExtensionTypePropertiesSupportedScopes;
}

Properties

description?: string

Description of the extension type

isManagedIdentityRequired?: boolean

Should an identity for this cluster resource be created

isSystemExtension?: boolean

Is this Extension Type a system extension.

Plan information only for the Marketplace Extension Type.

publisher?: string

Name of the publisher for the Extension Type

supportedClusterTypes?: string[]

Cluster Types supported for this Extension Type.

Supported Kubernetes Scopes for this Extension Type.