dependsOn

@JvmName(name = "ayrbqncwbikqvqdm")
suspend fun dependsOn(value: Output<List<String>>)
@JvmName(name = "orfexugpdpdinsmp")
suspend fun dependsOn(value: List<String>?)

Parameters

value

Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.


@JvmName(name = "shxigfwvbdujaktu")
suspend fun dependsOn(vararg values: Output<String>)


@JvmName(name = "ryexejhrpxglilst")
suspend fun dependsOn(values: List<Output<String>>)
@JvmName(name = "stjpkuokubpflrih")
suspend fun dependsOn(vararg values: String)

Parameters

values

Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.