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 classSecretVolumeSourceThe secret's value will be presented as the content of a file whose name is defined in the item path.static classSecretVolumeSource.BuilderThe 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 SecretVolumeSourceOrBuilderVolume.Builder. getSecretOrBuilder()Secret represents a secret that should populate this volume.SecretVolumeSourceOrBuilderVolume. getSecretOrBuilder()Secret represents a secret that should populate this volume.SecretVolumeSourceOrBuilderVolumeOrBuilder. getSecretOrBuilder()Secret represents a secret that should populate this volume.
-