Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
EmptyDirVolumeSource |
EmptyDirVolumeSourceBuilder.build() |
EmptyDirVolumeSource |
DoneableEmptyDirVolumeSource.done() |
EmptyDirVolumeSource |
VolumeFluentImpl.getEmptyDir() |
EmptyDirVolumeSource |
VolumeFluent.getEmptyDir() |
EmptyDirVolumeSource |
Volume.getEmptyDir() |
Modifier and Type | Method and Description |
---|---|
void |
Volume.setEmptyDir(EmptyDirVolumeSource emptyDir) |
A |
VolumeFluentImpl.withEmptyDir(EmptyDirVolumeSource emptyDir) |
A |
VolumeFluent.withEmptyDir(EmptyDirVolumeSource emptyDir) |
VolumeFluent.EmptyDirNested<A> |
VolumeFluentImpl.withNewEmptyDirLike(EmptyDirVolumeSource item) |
VolumeFluent.EmptyDirNested<A> |
VolumeFluent.withNewEmptyDirLike(EmptyDirVolumeSource item) |
Constructor and Description |
---|
DoneableEmptyDirVolumeSource(EmptyDirVolumeSource item,
Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) |
DoneableEmptyDirVolumeSource(EmptyDirVolumeSource item,
Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) |
DoneableEmptyDirVolumeSource(Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) |
DoneableEmptyDirVolumeSource(Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.