ExtensionTypeProperties interface
model interface ExtensionTypeProperties
Properties
| description | Description of the extension type |
| is |
Should an identity for this cluster resource be created |
| is |
Is this Extension Type a system extension. |
| plan |
Plan information only for the Marketplace Extension Type. |
| publisher | Name of the publisher for the Extension Type |
| supported |
Cluster Types supported for this Extension Type. |
| supported |
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