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 CSIPersistentVolumeSource
CSIPersistentVolumeSourceBuilder. build()
CSIPersistentVolumeSource
PersistentVolumeSpecFluent. buildCsi()
CSIPersistentVolumeSource
PersistentVolumeSpec. getCsi()
PersistentVolumeSpec is the specification of a persistent volume.Methods in io.fabric8.kubernetes.api.model with parameters of type CSIPersistentVolumeSource Modifier and Type Method Description protected void
CSIPersistentVolumeSourceFluent. copyInstance(CSIPersistentVolumeSource instance)
PersistentVolumeSpecFluent.CsiNested<A>
PersistentVolumeSpecFluent. editOrNewCsiLike(CSIPersistentVolumeSource item)
void
PersistentVolumeSpec. setCsi(CSIPersistentVolumeSource csi)
PersistentVolumeSpec is the specification of a persistent volume.A
PersistentVolumeSpecFluent. withCsi(CSIPersistentVolumeSource csi)
PersistentVolumeSpecFluent.CsiNested<A>
PersistentVolumeSpecFluent. withNewCsiLike(CSIPersistentVolumeSource item)
-