command

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

Parameters

value

If set, overrides the default ENTRYPOINT specified by the image.


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


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

Parameters

values

If set, overrides the default ENTRYPOINT specified by the image.