commands

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

Parameters

value

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 = "pocsaqcvjocjvmnf")
suspend fun commands(vararg values: Output<String>)


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

Parameters

values

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.