Package io.fabric8.kubernetes.api.model
Class DoneableEmptyDirVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl<DoneableEmptyDirVolumeSource>
io.fabric8.kubernetes.api.model.DoneableEmptyDirVolumeSource
- All Implemented Interfaces:
Fluent<DoneableEmptyDirVolumeSource>,Visitable<DoneableEmptyDirVolumeSource>,Doneable<EmptyDirVolumeSource>,EmptyDirVolumeSourceFluent<DoneableEmptyDirVolumeSource>
public class DoneableEmptyDirVolumeSource extends EmptyDirVolumeSourceFluentImpl<DoneableEmptyDirVolumeSource> implements Doneable<EmptyDirVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl
EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluent
EmptyDirVolumeSourceFluent.SizeLimitNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableEmptyDirVolumeSource(Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function)DoneableEmptyDirVolumeSource(EmptyDirVolumeSource item)DoneableEmptyDirVolumeSource(EmptyDirVolumeSource item, Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) -
Method Summary
Modifier and Type Method Description EmptyDirVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl
buildSizeLimit, editOrNewSizeLimit, editOrNewSizeLimitLike, editSizeLimit, equals, getMedium, getSizeLimit, hasMedium, hasSizeLimit, withMedium, withNewMedium, withNewMedium, withNewMedium, withNewSizeLimit, withNewSizeLimit, withNewSizeLimit, withNewSizeLimitLike, withSizeLimit
-
Constructor Details
-
DoneableEmptyDirVolumeSource
-
DoneableEmptyDirVolumeSource
public DoneableEmptyDirVolumeSource(EmptyDirVolumeSource item, Function<EmptyDirVolumeSource,EmptyDirVolumeSource> function) -
DoneableEmptyDirVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<EmptyDirVolumeSource>
-