共用方式為


KustomizationPatchDefinition.Force Property

Definition

Gets or sets enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.

[Newtonsoft.Json.JsonProperty(PropertyName="force")]
public bool? Force { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="force")>]
member this.Force : Nullable<bool> with get, set
Public Property Force As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to