command

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

Parameters

value

The commands to execute within the container.


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


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

Parameters

values

The commands to execute within the container.