| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableVolume |
| Modifier and Type | Method and Description |
|---|---|
Volume |
DoneableVolume.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
PodSpecFluent.getVolumes() |
List<Volume> |
PodSpec.getVolumes()
list of volumes that can be mounted by containers belonging to the pod; see http://releases.k8s.io/HEAD/docs/user-guide/volumes.md
|
| Modifier and Type | Method and Description |
|---|---|
PodSpecFluent.VolumesNested<T> |
PodSpecFluent.addNewVolumeLike(Volume item) |
T |
PodSpecFluent.addToVolumes(Volume... items) |
T |
PodSpecFluent.removeFromVolumes(Volume... items) |
T |
PodSpecFluent.withVolumes(Volume... volumes) |
| Modifier and Type | Method and Description |
|---|---|
void |
PodSpec.setVolumes(List<Volume> volumes)
list of volumes that can be mounted by containers belonging to the pod; see http://releases.k8s.io/HEAD/docs/user-guide/volumes.md
|
T |
PodSpecFluent.withVolumes(List<Volume> volumes) |
| Constructor and Description |
|---|
DoneableVolume(Volume item,
Visitor<Volume> visitor) |
VolumeBuilder(Volume instance) |
VolumeBuilder(VolumeFluent<?> fluent,
Volume instance) |
| Constructor and Description |
|---|
DoneableVolume(Visitor<Volume> visitor) |
DoneableVolume(Volume item,
Visitor<Volume> visitor) |
EditablePodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
String serviceAccountName,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
PodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostNetwork,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
String serviceAccount,
String serviceAccountName,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
Copyright © 2011–2015 Red Hat. All rights reserved.