commands

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

Parameters

value

The entrypoint for the container. This isn't run within a shell. If this isn't specified, the ENTRYPOINT of the container image is used. Environment variable references are expanded using the container's environment.


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


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

Parameters

values

The entrypoint for the container. This isn't run within a shell. If this isn't specified, the ENTRYPOINT of the container image is used. Environment variable references are expanded using the container's environment.