Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeBuilder.build() |
Volume |
DoneableVolume.done() |
Modifier and Type | Method and Description |
---|---|
List<Volume> |
PodSpecFluent.getVolumes() |
List<Volume> |
PodSpecFluentImpl.getVolumes() |
List<Volume> |
PodSpec.getVolumes() |
Modifier and Type | Method and Description |
---|---|
PodSpecFluent.VolumesNested<A> |
PodSpecFluent.addNewVolumeLike(Volume item) |
PodSpecFluent.VolumesNested<A> |
PodSpecFluentImpl.addNewVolumeLike(Volume item) |
A |
PodSpecFluent.addToVolumes(Volume... items) |
A |
PodSpecFluentImpl.addToVolumes(Volume... items) |
A |
PodSpecFluent.removeFromVolumes(Volume... items) |
A |
PodSpecFluentImpl.removeFromVolumes(Volume... items) |
A |
PodSpecFluent.withVolumes(Volume... volumes) |
A |
PodSpecFluentImpl.withVolumes(Volume... volumes) |
Modifier and Type | Method and Description |
---|---|
void |
PodSpec.setVolumes(List<Volume> volumes) |
A |
PodSpecFluent.withVolumes(List<Volume> volumes) |
A |
PodSpecFluentImpl.withVolumes(List<Volume> volumes) |
Constructor and Description |
---|
DoneableVolume(Volume item) |
DoneableVolume(Volume item,
Function<Volume,Volume> function) |
VolumeBuilder(Volume instance) |
VolumeBuilder(Volume instance,
Boolean validationEnabled) |
VolumeBuilder(VolumeFluent<?> fluent,
Volume instance) |
VolumeBuilder(VolumeFluent<?> fluent,
Volume instance,
Boolean validationEnabled) |
VolumeFluentImpl(Volume instance) |
Constructor and Description |
---|
DoneableVolume(Function<Volume,Volume> function) |
DoneableVolume(Function<Volume,Volume> function) |
DoneableVolume(Volume item,
Function<Volume,Volume> function) |
DoneableVolume(Volume item,
Function<Volume,Volume> function) |
PodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostIPC,
Boolean hostNetwork,
Boolean hostPID,
String hostname,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
PodSecurityContext securityContext,
String serviceAccount,
String serviceAccountName,
String subdomain,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
Copyright © 2011–2019 Red Hat. All rights reserved.