commands

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


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