AddonStatusProfile interface
The status profile of the addons and other kubernetes components
Properties
error |
Observed error message from the addon or component |
name | Name of the addon or component |
phase | Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading' |
ready | Indicates whether the addon or component is ready |
Property Details
errorMessage
Observed error message from the addon or component
errorMessage?: string
Property Value
string
name
Name of the addon or component
name?: string
Property Value
string
phase
Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'
phase?: string
Property Value
string
ready
Indicates whether the addon or component is ready
ready?: boolean
Property Value
boolean