| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2SecretVolumeSource.clone() |
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2Volume.getSecret()
Secret represents a secret that should populate this volume.
|
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2SecretVolumeSource.set(String fieldName,
Object value) |
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2SecretVolumeSource.setDefaultMode(Integer defaultMode)
Integer representation of mode bits to use on created files by default.
|
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2SecretVolumeSource.setItems(List<GoogleCloudRunV2VersionToPath> items)
If unspecified, the volume will expose a file whose name is the secret, relative to
VolumeMount.mount_path + VolumeMount.sub_path.
|
GoogleCloudRunV2SecretVolumeSource |
GoogleCloudRunV2SecretVolumeSource.setSecret(String secret)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setSecret(GoogleCloudRunV2SecretVolumeSource secret)
Secret represents a secret that should populate this volume.
|
Copyright © 2011–2026 Google. All rights reserved.