共用方式為


KustomizationPatchDefinition.RetryIntervalInSeconds Property

Definition

Gets or sets the interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to