共用方式為


HelmReleasePropertiesDefinition.InstallFailureCount Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to