Uses of Class
io.fabric8.kubernetes.api.model.Volume
-
Packages that use Volume Package Description io.fabric8.kubernetes.api.model -
-
Uses of Volume in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Volume Modifier and Type Method Description VolumeVolumeBuilder. build()VolumePodSpecFluent. buildFirstVolume()VolumePodSpecFluent. buildLastVolume()VolumePodSpecFluent. buildMatchingVolume(Predicate<VolumeBuilder> predicate)VolumePodSpecFluent. buildVolume(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>PodSpecFluent. buildVolumes()List<Volume>PodSpec. getVolumes()List of volumes that can be mounted by containers belonging to the pod.Methods in io.fabric8.kubernetes.api.model with parameters of type Volume Modifier and Type Method Description PodSpecFluent.VolumesNested<A>PodSpecFluent. addNewVolumeLike(Volume item)APodSpecFluent. addToVolumes(int index, Volume item)APodSpecFluent. addToVolumes(Volume... items)protected voidVolumeFluent. copyInstance(Volume instance)APodSpecFluent. removeFromVolumes(Volume... items)PodSpecFluent.VolumesNested<A>PodSpecFluent. setNewVolumeLike(int index, Volume item)APodSpecFluent. setToVolumes(int index, Volume item)APodSpecFluent. withVolumes(Volume... volumes)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Volume Modifier and Type Method Description APodSpecFluent. addAllToVolumes(Collection<Volume> items)APodSpecFluent. removeAllFromVolumes(Collection<Volume> items)voidPodSpec. setVolumes(List<Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.APodSpecFluent. withVolumes(List<Volume> volumes)Constructors in io.fabric8.kubernetes.api.model with parameters of type Volume Constructor Description VolumeBuilder(Volume instance)VolumeBuilder(VolumeFluent<?> fluent, Volume instance)VolumeFluent(Volume instance)
-