commands

@JvmName(name = "ibynbehxldwgvwya")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "utgjfmdpibydxplm")
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 = "kcvxfgtfvmigkmyv")
suspend fun commands(vararg values: Output<String>)


@JvmName(name = "dirfdqkrwubsmwvr")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "jbcskgsqagvsfpgf")
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.