Uses of Class
io.fabric8.kubernetes.api.model.PersistentVolumeList
-
Packages that use PersistentVolumeList Package Description io.fabric8.kubernetes.api.model -
-
Uses of PersistentVolumeList in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PersistentVolumeList Modifier and Type Method Description PersistentVolumeListPersistentVolumeListBuilder. build()Methods in io.fabric8.kubernetes.api.model with parameters of type PersistentVolumeList Modifier and Type Method Description protected voidPersistentVolumeListFluent. copyInstance(PersistentVolumeList instance)Constructors in io.fabric8.kubernetes.api.model with parameters of type PersistentVolumeList Constructor Description PersistentVolumeListBuilder(PersistentVolumeList instance)PersistentVolumeListBuilder(PersistentVolumeListFluent<?> fluent, PersistentVolumeList instance)PersistentVolumeListFluent(PersistentVolumeList instance)
-