dependsOn

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


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