items

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

Parameters

value

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.


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


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

Parameters

values

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.


@JvmName(name = "ueiirytsowcqrauj")
suspend fun items(argument: List<suspend KeyToPathArgsBuilder.() -> Unit>)
@JvmName(name = "glbbjwqwprleflvj")
suspend fun items(vararg argument: suspend KeyToPathArgsBuilder.() -> Unit)
@JvmName(name = "jixtavlqdxpnteom")
suspend fun items(argument: suspend KeyToPathArgsBuilder.() -> Unit)

Parameters

argument

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.