Uses of Class
io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource
-
Packages that use GCEPersistentDiskVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of GCEPersistentDiskVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return GCEPersistentDiskVolumeSource Modifier and Type Method Description GCEPersistentDiskVolumeSource
GCEPersistentDiskVolumeSourceBuilder. build()
GCEPersistentDiskVolumeSource
PersistentVolumeSpecFluent. buildGcePersistentDisk()
GCEPersistentDiskVolumeSource
VolumeFluent. buildGcePersistentDisk()
GCEPersistentDiskVolumeSource
PersistentVolumeSpec. getGcePersistentDisk()
PersistentVolumeSpec is the specification of a persistent volume.GCEPersistentDiskVolumeSource
Volume. getGcePersistentDisk()
Volume represents a named volume in a pod that may be accessed by any container in the pod.
-