Compartilhar via


KustomizationPatchDefinition.DependsOn Propriedade

Definição

Obtém ou define especifica outras Kustomizations das quais essa Kustomization depende. Essa Kustomization não se reconciliará até que todas as dependências tenham concluído sua reconciliação.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a