Uses of Class
io.fabric8.kubernetes.api.model.RBDVolumeSource
-
Packages that use RBDVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of RBDVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return RBDVolumeSource Modifier and Type Method Description RBDVolumeSourceRBDVolumeSourceBuilder. build()RBDVolumeSourceVolumeFluent. buildRbd()RBDVolumeSourceVolume. getRbd()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 RBDVolumeSource Modifier and Type Method Description protected voidRBDVolumeSourceFluent. copyInstance(RBDVolumeSource instance)VolumeFluent.RbdNested<A>VolumeFluent. editOrNewRbdLike(RBDVolumeSource item)voidVolume. setRbd(RBDVolumeSource rbd)Volume represents a named volume in a pod that may be accessed by any container in the pod.VolumeFluent.RbdNested<A>VolumeFluent. withNewRbdLike(RBDVolumeSource item)AVolumeFluent. withRbd(RBDVolumeSource rbd)
-