items

@JvmName(name = "rcsgkpeictjygnrk")
suspend fun items(value: Output<List<KeyToPathArgs>>)
@JvmName(name = "eqvxvsmwxadckkyb")
suspend fun items(value: List<KeyToPathArgs>?)

Parameters

value

(Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.


@JvmName(name = "eafocojstfhkqgji")
suspend fun items(vararg values: Output<KeyToPathArgs>)


@JvmName(name = "ykatrwdogtysjqta")
suspend fun items(values: List<Output<KeyToPathArgs>>)
@JvmName(name = "esldttuddnkhtiyi")
suspend fun items(vararg values: KeyToPathArgs)

Parameters

values

(Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.


@JvmName(name = "ypjigfgveoabjpji")
suspend fun items(argument: List<suspend KeyToPathArgsBuilder.() -> Unit>)
@JvmName(name = "vuyhqpaskgudhkqa")
suspend fun items(vararg argument: suspend KeyToPathArgsBuilder.() -> Unit)
@JvmName(name = "tjulfjdlrngbyyyh")
suspend fun items(argument: suspend KeyToPathArgsBuilder.() -> Unit)

Parameters

argument

(Optional) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified that is not present in the Secret, the volume setup will error unless it is marked optional.