entrypoints

@JvmName(name = "vbxsqnsxrqvrajdl")
suspend fun entrypoints(value: Output<List<String>>)
@JvmName(name = "uciqphftgwmemose")
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 = "haikxxtbmleomsdb")
suspend fun entrypoints(vararg values: Output<String>)


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