commands

@JvmName(name = "pxqxgtmqsuatkhdf")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "rvtdojrxbcyyxfbj")
suspend fun commands(value: List<String>?)

Parameters

value

Entrypoint for the container. This isn't run within a shell. If this isn't specified, the ENTRYPOINT of the container image is used. Environment variable references are expanded using the container's environment.


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


@JvmName(name = "xlpaifbmgmoyrusc")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "lewlrodatnluiwde")
suspend fun commands(vararg values: String)

Parameters

values

Entrypoint for the container. This isn't run within a shell. If this isn't specified, the ENTRYPOINT of the container image is used. Environment variable references are expanded using the container's environment.