dependsOn

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


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