command

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

Parameters

value

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


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


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

Parameters

values

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