Uses of Class
io.kubernetes.client.openapi.models.V1VolumeError
Packages that use V1VolumeError
-
Uses of V1VolumeError in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeErrorModifier and TypeMethodDescriptionV1VolumeAttachmentStatus.getAttachError()
Get attachErrorV1VolumeAttachmentStatus.getDetachError()
Get detachErrorV1VolumeError.time
(OffsetDateTime time) Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeErrorModifier and TypeMethodDescriptionV1VolumeAttachmentStatus.attachError
(V1VolumeError attachError) V1VolumeAttachmentStatus.detachError
(V1VolumeError detachError) void
V1VolumeAttachmentStatus.setAttachError
(V1VolumeError attachError) void
V1VolumeAttachmentStatus.setDetachError
(V1VolumeError detachError)