commands

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

Parameters

value

Specifies the entrypoint array. It will not be executed within a shell. The docker image's ENTRYPOINT is used if not specified.


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


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

Parameters

values

Specifies the entrypoint array. It will not be executed within a shell. The docker image's ENTRYPOINT is used if not specified.