Compartir a través de


KustomizationPatchDefinition.DependsOn Propiedad

Definición

Obtiene o establece especifica otras kustomizations de las que depende esta kustomización. Esta kustomización no se conciliará hasta que todas las dependencias hayan completado su conciliación.

[Newtonsoft.Json.JsonProperty(PropertyName="dependsOn")]
public System.Collections.Generic.IList<string> DependsOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dependsOn")>]
member this.DependsOn : System.Collections.Generic.IList<string> with get, set
Public Property DependsOn As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a