dependsOn

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


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