Uses of Class
io.fabric8.kubernetes.api.model.CSIPersistentVolumeSource
-
Packages that use CSIPersistentVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of CSIPersistentVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CSIPersistentVolumeSource Modifier and Type Method Description CSIPersistentVolumeSourceCSIPersistentVolumeSourceBuilder. build()CSIPersistentVolumeSourcePersistentVolumeSpecFluent. buildCsi()CSIPersistentVolumeSourcePersistentVolumeSpec. getCsi()Methods in io.fabric8.kubernetes.api.model with parameters of type CSIPersistentVolumeSource Modifier and Type Method Description protected voidCSIPersistentVolumeSourceFluent. copyInstance(CSIPersistentVolumeSource instance)PersistentVolumeSpecFluent.CsiNested<A>PersistentVolumeSpecFluent. editOrNewCsiLike(CSIPersistentVolumeSource item)voidPersistentVolumeSpec. setCsi(CSIPersistentVolumeSource csi)APersistentVolumeSpecFluent. withCsi(CSIPersistentVolumeSource csi)PersistentVolumeSpecFluent.CsiNested<A>PersistentVolumeSpecFluent. withNewCsiLike(CSIPersistentVolumeSource item)
-