Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
VolumeSource |
VolumeSource.clone() |
VolumeSource |
VolumeSource.set(String fieldName,
Object value) |
VolumeSource |
VolumeSource.setEmptyDir(EmptyDirVolumeSource emptyDir)
A temporary directory that shares a pod's lifetime.
|
VolumeSource |
VolumeSource.setName(String name)
Name of the Volume.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeSource> |
TaskSpec.getVolumes()
A collection of volumes that are available to mount into steps.
|
Modifier and Type | Method and Description |
---|---|
TaskSpec |
TaskSpec.setVolumes(List<VolumeSource> volumes)
A collection of volumes that are available to mount into steps.
|
Copyright © 2011–2025 Google. All rights reserved.