Uses of Class
io.fabric8.kubernetes.api.model.QuobyteVolumeSource
-
Packages that use QuobyteVolumeSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of QuobyteVolumeSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return QuobyteVolumeSource Modifier and Type Method Description QuobyteVolumeSource
QuobyteVolumeSourceBuilder. build()
QuobyteVolumeSource
PersistentVolumeSpecFluent. buildQuobyte()
QuobyteVolumeSource
VolumeFluent. buildQuobyte()
QuobyteVolumeSource
PersistentVolumeSpec. getQuobyte()
PersistentVolumeSpec is the specification of a persistent volume.QuobyteVolumeSource
Volume. getQuobyte()
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 QuobyteVolumeSource Modifier and Type Method Description protected void
QuobyteVolumeSourceFluent. copyInstance(QuobyteVolumeSource instance)
PersistentVolumeSpecFluent.QuobyteNested<A>
PersistentVolumeSpecFluent. editOrNewQuobyteLike(QuobyteVolumeSource item)
VolumeFluent.QuobyteNested<A>
VolumeFluent. editOrNewQuobyteLike(QuobyteVolumeSource item)
void
PersistentVolumeSpec. setQuobyte(QuobyteVolumeSource quobyte)
PersistentVolumeSpec is the specification of a persistent volume.void
Volume. setQuobyte(QuobyteVolumeSource quobyte)
Volume represents a named volume in a pod that may be accessed by any container in the pod.PersistentVolumeSpecFluent.QuobyteNested<A>
PersistentVolumeSpecFluent. withNewQuobyteLike(QuobyteVolumeSource item)
VolumeFluent.QuobyteNested<A>
VolumeFluent. withNewQuobyteLike(QuobyteVolumeSource item)
A
PersistentVolumeSpecFluent. withQuobyte(QuobyteVolumeSource quobyte)
A
VolumeFluent. withQuobyte(QuobyteVolumeSource quobyte)
-