Uses of Class
io.kubernetes.client.openapi.models.V1QuobyteVolumeSource
Packages that use V1QuobyteVolumeSource
-
Uses of V1QuobyteVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1QuobyteVolumeSourceModifier and TypeMethodDescriptionstatic V1QuobyteVolumeSource
Create an instance of V1QuobyteVolumeSource given an JSON stringV1PersistentVolumeSpec.getQuobyte()
Get quobyteV1Volume.getQuobyte()
Get quobyteMethods in io.kubernetes.client.openapi.models with parameters of type V1QuobyteVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.quobyte
(V1QuobyteVolumeSource quobyte) V1Volume.quobyte
(V1QuobyteVolumeSource quobyte) void
V1PersistentVolumeSpec.setQuobyte
(V1QuobyteVolumeSource quobyte) void
V1Volume.setQuobyte
(V1QuobyteVolumeSource quobyte)