Compartir a través de


FluxConfigurationPatch.Kustomizations Propiedad

Definición

Obtiene o establece la matriz de kustomizations usada para conciliar el artefacto extraído por el tipo de origen en el clúster.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a