command

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

Parameters

value

The command to execute within the init container in exec form.


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


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

Parameters

values

The command to execute within the init container in exec form.