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 EmptyDirVolumeSourceEmptyDirVolumeSourceBuilder. build()EmptyDirVolumeSourceVolumeFluent. buildEmptyDir()EmptyDirVolumeSourceVolume. getEmptyDir()Methods in io.fabric8.kubernetes.api.model with parameters of type EmptyDirVolumeSource Modifier and Type Method Description protected voidEmptyDirVolumeSourceFluent. copyInstance(EmptyDirVolumeSource instance)VolumeFluent.EmptyDirNested<A>VolumeFluent. editOrNewEmptyDirLike(EmptyDirVolumeSource item)voidVolume. setEmptyDir(EmptyDirVolumeSource emptyDir)AVolumeFluent. withEmptyDir(EmptyDirVolumeSource emptyDir)VolumeFluent.EmptyDirNested<A>VolumeFluent. withNewEmptyDirLike(EmptyDirVolumeSource item)
-