items

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

Parameters

value

A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify both a key and a path.


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


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

Parameters

values

A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify both a key and a path.


@JvmName(name = "nwdkacaeekrmcwrr")
suspend fun items(argument: List<suspend KeyToPathArgsBuilder.() -> Unit>)
@JvmName(name = "rpdsfonaxxemmjhx")
suspend fun items(vararg argument: suspend KeyToPathArgsBuilder.() -> Unit)
@JvmName(name = "pyxuefoqvafrhgdv")
suspend fun items(argument: suspend KeyToPathArgsBuilder.() -> Unit)

Parameters

argument

A list of secret versions to mount in the volume. If no items are specified, the volume will expose a file with the same name as the secret name. The contents of the file will be the data in the latest version of the secret. If items are specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify both a key and a path.