Uses of Class
io.fabric8.kubernetes.api.model.RBDPersistentVolumeSource
-
Packages that use RBDPersistentVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of RBDPersistentVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return RBDPersistentVolumeSource Modifier and Type Method Description RBDPersistentVolumeSource
RBDPersistentVolumeSourceBuilder. build()
RBDPersistentVolumeSource
PersistentVolumeSpecFluent. buildRbd()
RBDPersistentVolumeSource
PersistentVolumeSpec. getRbd()
Methods in io.fabric8.kubernetes.api.model with parameters of type RBDPersistentVolumeSource Modifier and Type Method Description protected void
RBDPersistentVolumeSourceFluent. copyInstance(RBDPersistentVolumeSource instance)
PersistentVolumeSpecFluent.RbdNested<A>
PersistentVolumeSpecFluent. editOrNewRbdLike(RBDPersistentVolumeSource item)
void
PersistentVolumeSpec. setRbd(RBDPersistentVolumeSource rbd)
PersistentVolumeSpecFluent.RbdNested<A>
PersistentVolumeSpecFluent. withNewRbdLike(RBDPersistentVolumeSource item)
A
PersistentVolumeSpecFluent. withRbd(RBDPersistentVolumeSource rbd)
-