args

@JvmName(name = "rcwehhunaffnuefb")
suspend fun args(value: Output<List<String>>)
@JvmName(name = "ldcndtfjhhbnlric")
suspend fun args(value: List<String>?)

Parameters

value

Array of arguments to the entrypoint. If this isn't specified, the CMD of the container image is used. This corresponds to the args member in the Entrypoint portion of the Pod in Kubernetes. Environment variable references are expanded using the container's environment.


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


@JvmName(name = "lypdbnuwlqetmpqy")
suspend fun args(values: List<Output<String>>)
@JvmName(name = "vbssccvmscuvephw")
suspend fun args(vararg values: String)

Parameters

values

Array of arguments to the entrypoint. If this isn't specified, the CMD of the container image is used. This corresponds to the args member in the Entrypoint portion of the Pod in Kubernetes. Environment variable references are expanded using the container's environment.