Uses of Interface
com.google.cloud.run.v2.VersionToPathOrBuilder
-
Packages that use VersionToPathOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of VersionToPathOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement VersionToPathOrBuilder Modifier and Type Class Description class
VersionToPath
VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.static class
VersionToPath.Builder
VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.Methods in com.google.cloud.run.v2 that return VersionToPathOrBuilder Modifier and Type Method Description VersionToPathOrBuilder
SecretVolumeSource.Builder. getItemsOrBuilder(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathOrBuilder
SecretVolumeSource. getItemsOrBuilder(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.VersionToPathOrBuilder
SecretVolumeSourceOrBuilder. getItemsOrBuilder(int index)
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.Methods in com.google.cloud.run.v2 that return types with arguments of type VersionToPathOrBuilder Modifier and Type Method Description List<? extends VersionToPathOrBuilder>
SecretVolumeSource.Builder. getItemsOrBuilderList()
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<? extends VersionToPathOrBuilder>
SecretVolumeSource. getItemsOrBuilderList()
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.List<? extends VersionToPathOrBuilder>
SecretVolumeSourceOrBuilder. getItemsOrBuilderList()
If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path.
-