FluxConfigurationPatch.Kustomizations Property

Definition

Gets or sets array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.kustomizations")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.KubernetesConfiguration.Models.KustomizationPatchDefinition> Kustomizations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.kustomizations")>]
member this.Kustomizations : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.KubernetesConfiguration.Models.KustomizationPatchDefinition> with get, set
Public Property Kustomizations As IDictionary(Of String, KustomizationPatchDefinition)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to