commands

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


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