items property

List<GoogleCloudRunV2VersionToPath>? items
getter/setter pair

If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.

If 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 a path and a version.

Implementation

core.List<GoogleCloudRunV2VersionToPath>? items;