Uses of Class
io.fabric8.kubernetes.api.model.CinderVolumeSource
-
Packages that use CinderVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of CinderVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CinderVolumeSource Modifier and Type Method Description CinderVolumeSourceCinderVolumeSourceBuilder. build()CinderVolumeSourceVolumeFluent. buildCinder()CinderVolumeSourceVolume. getCinder()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 CinderVolumeSource Modifier and Type Method Description protected voidCinderVolumeSourceFluent. copyInstance(CinderVolumeSource instance)VolumeFluent.CinderNested<A>VolumeFluent. editOrNewCinderLike(CinderVolumeSource item)voidVolume. setCinder(CinderVolumeSource cinder)Volume represents a named volume in a pod that may be accessed by any container in the pod.AVolumeFluent. withCinder(CinderVolumeSource cinder)VolumeFluent.CinderNested<A>VolumeFluent. withNewCinderLike(CinderVolumeSource item)
-