共用方式為


KustomizationPatchDefinition.Prune Property

Definition

Gets or sets enable/disable garbage collections of Kubernetes objects created by this Kustomization.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to