HelmReleasePropertiesDefinitionResponse

data class HelmReleasePropertiesDefinitionResponse(val failureCount: Double? = null, val helmChartRef: ObjectReferenceDefinitionResponse? = null, val installFailureCount: Double? = null, val lastRevisionApplied: Double? = null, val upgradeFailureCount: Double? = null)

Properties for HelmRelease objects

Constructors

Link copied to clipboard
constructor(failureCount: Double? = null, helmChartRef: ObjectReferenceDefinitionResponse? = null, installFailureCount: Double? = null, lastRevisionApplied: Double? = null, upgradeFailureCount: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureCount: Double? = null

Total number of times that the HelmRelease failed to install or upgrade

Link copied to clipboard

The reference to the HelmChart object used as the source to this HelmRelease

Link copied to clipboard

Number of times that the HelmRelease failed to install

Link copied to clipboard

The revision number of the last released object change

Link copied to clipboard

Number of times that the HelmRelease failed to upgrade