dependsOns

@JvmName(name = "yjngjcrkkpylsxwt")
suspend fun dependsOns(value: Output<List<String>>)
@JvmName(name = "idjlskpxaxirvtsc")
suspend fun dependsOns(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 = "viowiqsxqleqqixh")
suspend fun dependsOns(vararg values: Output<String>)


@JvmName(name = "iohmgacdvjwoubww")
suspend fun dependsOns(values: List<Output<String>>)
@JvmName(name = "qtvyhsurojxgrsng")
suspend fun dependsOns(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.