command

@JvmName(name = "bdejwbtlwqybxevb")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "evtxskgvqkqyrqlw")
suspend fun command(value: List<String>?)

Parameters

value

The commands to execute within the container instance in exec form.


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


@JvmName(name = "pfcanvjjyavlcjbt")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "calkfpryavlnijhj")
suspend fun command(vararg values: String)

Parameters

values

The commands to execute within the container instance in exec form.