dependsOn

@JvmName(name = "jolpvndkataqdfoo")
suspend fun dependsOn(value: Output<List<String>>)
@JvmName(name = "llxngdnowplndjtk")
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 = "xjnlwfimxcubwshk")
suspend fun dependsOn(vararg values: Output<String>)


@JvmName(name = "dnbqmfnvoabkwudd")
suspend fun dependsOn(values: List<Output<String>>)
@JvmName(name = "suwykfowbredkwpi")
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.