command

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

Parameters

value

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


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


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

Parameters

values

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