dependsOn

@JvmName(name = "lloddvwgwjpkshya")
suspend fun dependsOn(value: Output<List<DependsOnDefinitionArgs>>)
@JvmName(name = "wigfrjkkoidvckdu")
suspend fun dependsOn(value: List<DependsOnDefinitionArgs>?)

Parameters

value

Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.


@JvmName(name = "ulejigdsxgdiuvcp")
suspend fun dependsOn(vararg values: Output<DependsOnDefinitionArgs>)


@JvmName(name = "ghkixgdqamseqmls")
suspend fun dependsOn(values: List<Output<DependsOnDefinitionArgs>>)
@JvmName(name = "uywnbacdgtqaqjxc")
suspend fun dependsOn(vararg values: DependsOnDefinitionArgs)

Parameters

values

Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.


@JvmName(name = "effhhhoekbphtwmv")
suspend fun dependsOn(argument: List<suspend DependsOnDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "xwogxoilcuwridkg")
suspend fun dependsOn(vararg argument: suspend DependsOnDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "nvugyjpdmoscgnha")
suspend fun dependsOn(argument: suspend DependsOnDefinitionArgsBuilder.() -> Unit)

Parameters

argument

Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.