args

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

Parameters

value

Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell


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


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

Parameters

values

Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell