commands

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

Parameters

value

The command/entrypoint to be run in the image. According to the docker cli the override of the entrypoint is also passed to the command property and there is no entrypoint attribute in the ContainerSpec of the service.


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


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

Parameters

values

The command/entrypoint to be run in the image. According to the docker cli the override of the entrypoint is also passed to the command property and there is no entrypoint attribute in the ContainerSpec of the service.