entrypoints

@JvmName(name = "xhtuugavtksgqprb")
suspend fun entrypoints(value: Output<List<String>>)
@JvmName(name = "dafpihrdrdsslyxe")
suspend fun entrypoints(value: List<String>?)

Parameters

value

The command to use as the Entrypoint for the container. The Entrypoint allows you to configure a container to run as an executable. For example, to run /usr/bin/myprogram when starting a container, set the entrypoint to be "/usr/bin/myprogra"].


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


@JvmName(name = "mtqddoevhietekpj")
suspend fun entrypoints(values: List<Output<String>>)
@JvmName(name = "dysyxnimrpotxwlj")
suspend fun entrypoints(vararg values: String)

Parameters

values

The command to use as the Entrypoint for the container. The Entrypoint allows you to configure a container to run as an executable. For example, to run /usr/bin/myprogram when starting a container, set the entrypoint to be "/usr/bin/myprogra"].