Uses of Class
io.fabric8.kubernetes.api.model.EmptyDirVolumeSource
-
Packages that use EmptyDirVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of EmptyDirVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EmptyDirVolumeSource Modifier and Type Method Description EmptyDirVolumeSource
EmptyDirVolumeSourceBuilder. build()
EmptyDirVolumeSource
VolumeFluent. buildEmptyDir()
EmptyDirVolumeSource
Volume. getEmptyDir()
Methods in io.fabric8.kubernetes.api.model with parameters of type EmptyDirVolumeSource Modifier and Type Method Description protected void
EmptyDirVolumeSourceFluent. copyInstance(EmptyDirVolumeSource instance)
VolumeFluent.EmptyDirNested<A>
VolumeFluent. editOrNewEmptyDirLike(EmptyDirVolumeSource item)
void
Volume. setEmptyDir(EmptyDirVolumeSource emptyDir)
A
VolumeFluent. withEmptyDir(EmptyDirVolumeSource emptyDir)
VolumeFluent.EmptyDirNested<A>
VolumeFluent. withNewEmptyDirLike(EmptyDirVolumeSource item)
-