Uses of Class
io.fabric8.kubernetes.api.model.CephFSPersistentVolumeSource
-
Packages that use CephFSPersistentVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of CephFSPersistentVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CephFSPersistentVolumeSource Modifier and Type Method Description CephFSPersistentVolumeSourceCephFSPersistentVolumeSourceBuilder. build()CephFSPersistentVolumeSourcePersistentVolumeSpecFluent. buildCephfs()CephFSPersistentVolumeSourcePersistentVolumeSpec. getCephfs()PersistentVolumeSpec is the specification of a persistent volume.Methods in io.fabric8.kubernetes.api.model with parameters of type CephFSPersistentVolumeSource Modifier and Type Method Description protected voidCephFSPersistentVolumeSourceFluent. copyInstance(CephFSPersistentVolumeSource instance)PersistentVolumeSpecFluent.CephfsNested<A>PersistentVolumeSpecFluent. editOrNewCephfsLike(CephFSPersistentVolumeSource item)voidPersistentVolumeSpec. setCephfs(CephFSPersistentVolumeSource cephfs)PersistentVolumeSpec is the specification of a persistent volume.APersistentVolumeSpecFluent. withCephfs(CephFSPersistentVolumeSource cephfs)PersistentVolumeSpecFluent.CephfsNested<A>PersistentVolumeSpecFluent. withNewCephfsLike(CephFSPersistentVolumeSource item)
-