Uses of Class
io.fabric8.kubernetes.api.model.CinderPersistentVolumeSource
-
Packages that use CinderPersistentVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of CinderPersistentVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CinderPersistentVolumeSource Modifier and Type Method Description CinderPersistentVolumeSource
CinderPersistentVolumeSourceBuilder. build()
CinderPersistentVolumeSource
PersistentVolumeSpecFluent. buildCinder()
CinderPersistentVolumeSource
PersistentVolumeSpec. getCinder()
PersistentVolumeSpec is the specification of a persistent volume.Methods in io.fabric8.kubernetes.api.model with parameters of type CinderPersistentVolumeSource Modifier and Type Method Description protected void
CinderPersistentVolumeSourceFluent. copyInstance(CinderPersistentVolumeSource instance)
PersistentVolumeSpecFluent.CinderNested<A>
PersistentVolumeSpecFluent. editOrNewCinderLike(CinderPersistentVolumeSource item)
void
PersistentVolumeSpec. setCinder(CinderPersistentVolumeSource cinder)
PersistentVolumeSpec is the specification of a persistent volume.A
PersistentVolumeSpecFluent. withCinder(CinderPersistentVolumeSource cinder)
PersistentVolumeSpecFluent.CinderNested<A>
PersistentVolumeSpecFluent. withNewCinderLike(CinderPersistentVolumeSource item)
-