Uses of Class
io.fabric8.kubernetes.api.model.CephFSVolumeSource
-
Packages that use CephFSVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of CephFSVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CephFSVolumeSource Modifier and Type Method Description CephFSVolumeSource
CephFSVolumeSourceBuilder. build()
CephFSVolumeSource
VolumeFluent. buildCephfs()
CephFSVolumeSource
Volume. getCephfs()
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 CephFSVolumeSource Modifier and Type Method Description protected void
CephFSVolumeSourceFluent. copyInstance(CephFSVolumeSource instance)
VolumeFluent.CephfsNested<A>
VolumeFluent. editOrNewCephfsLike(CephFSVolumeSource item)
void
Volume. setCephfs(CephFSVolumeSource cephfs)
Volume represents a named volume in a pod that may be accessed by any container in the pod.A
VolumeFluent. withCephfs(CephFSVolumeSource cephfs)
VolumeFluent.CephfsNested<A>
VolumeFluent. withNewCephfsLike(CephFSVolumeSource item)
-