ExtensionTypeProperties interface

model interface ExtensionTypeProperties

Properties

description

Description of the extension type

isManagedIdentityRequired

Should an identity for this cluster resource be created

isSystemExtension

Is this Extension Type a system extension.

planInfo

Plan information only for the Marketplace Extension Type.

publisher

Name of the publisher for the Extension Type

supportedClusterTypes

Cluster Types supported for this Extension Type.

supportedScopes

Supported Kubernetes Scopes for this Extension Type.

Property Details

description

Description of the extension type

description?: string

Property Value

string

isManagedIdentityRequired

Should an identity for this cluster resource be created

isManagedIdentityRequired?: boolean

Property Value

boolean

isSystemExtension

Is this Extension Type a system extension.

isSystemExtension?: boolean

Property Value

boolean

planInfo

Plan information only for the Marketplace Extension Type.

planInfo?: ExtensionTypePropertiesPlanInfo

Property Value

publisher

Name of the publisher for the Extension Type

publisher?: string

Property Value

string

supportedClusterTypes

Cluster Types supported for this Extension Type.

supportedClusterTypes?: string[]

Property Value

string[]

supportedScopes

Supported Kubernetes Scopes for this Extension Type.

supportedScopes?: ExtensionTypePropertiesSupportedScopes

Property Value