commands

@JvmName(name = "npsrmichascxmuuf")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "rweamxqdpggyfspi")
suspend fun commands(value: List<String>?)

Parameters

value

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.


@JvmName(name = "cvkkwqvnhdhhaiop")
suspend fun commands(vararg values: Output<String>)


@JvmName(name = "xhgmwtwpafjfisuf")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "hxysyylnkcgsrlyo")
suspend fun commands(vararg values: String)

Parameters

values

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.