Uses of Class
io.fabric8.kubernetes.api.model.FCVolumeSource
-
Packages that use FCVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of FCVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return FCVolumeSource Modifier and Type Method Description FCVolumeSourceFCVolumeSourceBuilder. build()FCVolumeSourcePersistentVolumeSpecFluent. buildFc()FCVolumeSourceVolumeFluent. buildFc()FCVolumeSourcePersistentVolumeSpec. getFc()PersistentVolumeSpec is the specification of a persistent volume.FCVolumeSourceVolume. getFc()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 FCVolumeSource Modifier and Type Method Description protected voidFCVolumeSourceFluent. copyInstance(FCVolumeSource instance)PersistentVolumeSpecFluent.FcNested<A>PersistentVolumeSpecFluent. editOrNewFcLike(FCVolumeSource item)VolumeFluent.FcNested<A>VolumeFluent. editOrNewFcLike(FCVolumeSource item)voidPersistentVolumeSpec. setFc(FCVolumeSource fc)PersistentVolumeSpec is the specification of a persistent volume.voidVolume. setFc(FCVolumeSource fc)Volume represents a named volume in a pod that may be accessed by any container in the pod.APersistentVolumeSpecFluent. withFc(FCVolumeSource fc)AVolumeFluent. withFc(FCVolumeSource fc)PersistentVolumeSpecFluent.FcNested<A>PersistentVolumeSpecFluent. withNewFcLike(FCVolumeSource item)VolumeFluent.FcNested<A>VolumeFluent. withNewFcLike(FCVolumeSource item)
-