command

@JvmName(name = "uixnuhrcpjookmhh")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "yqyfklmxfpfywtgs")
suspend fun command(value: List<String>?)

Parameters

value

Entrypoint array. Not executed within a shell. The image's ENTRYPOINT 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell


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


@JvmName(name = "rmjoaytiwkppgemq")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "xvcflopjkpsjimam")
suspend fun command(vararg values: String)

Parameters

values

Entrypoint array. Not executed within a shell. The image's ENTRYPOINT 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell