HelmReleasePropertiesDefinition interface
Properties for HelmRelease objects
Properties
failure |
Total number of times that the HelmRelease failed to install or upgrade |
helm |
The reference to the HelmChart object used as the source to this HelmRelease |
install |
Number of times that the HelmRelease failed to install |
last |
The revision number of the last released object change |
upgrade |
Number of times that the HelmRelease failed to upgrade |
Property Details
failureCount
Total number of times that the HelmRelease failed to install or upgrade
failureCount?: number
Property Value
number
helmChartRef
The reference to the HelmChart object used as the source to this HelmRelease
helmChartRef?: ObjectReferenceDefinition
Property Value
installFailureCount
Number of times that the HelmRelease failed to install
installFailureCount?: number
Property Value
number
lastRevisionApplied
The revision number of the last released object change
lastRevisionApplied?: number
Property Value
number
upgradeFailureCount
Number of times that the HelmRelease failed to upgrade
upgradeFailureCount?: number
Property Value
number