Share via


HelmReleasePropertiesDefinition.UpgradeFailureCount Property

Definition

Gets or sets number of times that the HelmRelease failed to upgrade

[Newtonsoft.Json.JsonProperty(PropertyName="upgradeFailureCount")]
public long? UpgradeFailureCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upgradeFailureCount")>]
member this.UpgradeFailureCount : Nullable<int64> with get, set
Public Property UpgradeFailureCount As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to