entrypoints

@JvmName(name = "aviwvnwlggabcdle")
suspend fun entrypoints(value: Output<List<String>>)
@JvmName(name = "rtcbwpqctcompimi")
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/myprogram"].


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


@JvmName(name = "lhegedyouriiycmq")
suspend fun entrypoints(values: List<Output<String>>)
@JvmName(name = "tvqxcxuxfhtjkoxp")
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/myprogram"].