Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
VolumeMount |
VolumeMount.clone() |
VolumeMount |
VolumeMount.set(String fieldName,
Object value) |
VolumeMount |
VolumeMount.setMountPath(String mountPath)
Path within the container at which the volume should be mounted.
|
VolumeMount |
VolumeMount.setName(String name)
Name of the volume.
|
VolumeMount |
VolumeMount.setReadOnly(Boolean readOnly)
Mounted read-only if true, read-write otherwise (false or unspecified).
|
VolumeMount |
VolumeMount.setSubPath(String subPath)
Path within the volume from which the container's volume should be mounted.
|
VolumeMount |
VolumeMount.setSubPathExpr(String subPathExpr)
Expanded path within the volume from which the container's volume should be mounted.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeMount> |
StepTemplate.getVolumeMounts()
Optional.
|
List<VolumeMount> |
Sidecar.getVolumeMounts()
Pod volumes to mount into the container's filesystem.
|
List<VolumeMount> |
Step.getVolumeMounts()
Pod volumes to mount into the container's filesystem.
|
Modifier and Type | Method and Description |
---|---|
StepTemplate |
StepTemplate.setVolumeMounts(List<VolumeMount> volumeMounts)
Optional.
|
Sidecar |
Sidecar.setVolumeMounts(List<VolumeMount> volumeMounts)
Pod volumes to mount into the container's filesystem.
|
Step |
Step.setVolumeMounts(List<VolumeMount> volumeMounts)
Pod volumes to mount into the container's filesystem.
|
Copyright © 2011–2025 Google. All rights reserved.