Uses of Interface
com.google.cloud.run.v2.SecretVolumeSourceOrBuilder
-
Packages that use SecretVolumeSourceOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of SecretVolumeSourceOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement SecretVolumeSourceOrBuilder Modifier and Type Class Description class
SecretVolumeSource
The secret's value will be presented as the content of a file whose name is defined in the item path.static class
SecretVolumeSource.Builder
The secret's value will be presented as the content of a file whose name is defined in the item path.Methods in com.google.cloud.run.v2 that return SecretVolumeSourceOrBuilder Modifier and Type Method Description SecretVolumeSourceOrBuilder
Volume.Builder. getSecretOrBuilder()
Secret represents a secret that should populate this volume.SecretVolumeSourceOrBuilder
Volume. getSecretOrBuilder()
Secret represents a secret that should populate this volume.SecretVolumeSourceOrBuilder
VolumeOrBuilder. getSecretOrBuilder()
Secret represents a secret that should populate this volume.
-