共用方式為


KustomizationPatchDefinition.SyncIntervalInSeconds Property

Definition

Gets or sets the interval at which to re-reconcile the Kustomization on the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to