AddonStatusProfile interface

Defines the addon status profile.

Properties

errorMessage

Error message while deploying the addon

name

Name of the addon

phase

Observed phase of the addon on the target cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'

ready

Indicates whether the addon is ready

Property Details

errorMessage

Error message while deploying the addon

errorMessage?: string

Property Value

string

name

Name of the addon

name?: string

Property Value

string

phase

Observed phase of the addon on the target cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'

phase?: string

Property Value

string

ready

Indicates whether the addon is ready

ready?: boolean

Property Value

boolean