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()Volume represents a named volume in a pod that may be accessed by any container in the pod.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)Volume represents a named volume in a pod that may be accessed by any container in the pod.AVolumeFluent. withEmptyDir(EmptyDirVolumeSource emptyDir)VolumeFluent.EmptyDirNested<A>VolumeFluent. withNewEmptyDirLike(EmptyDirVolumeSource item)
-