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 TypeMethodDescriptionstatic V1VolumeErrorCreate an instance of V1VolumeError given an JSON stringV1VolumeAttachmentStatus.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) voidV1VolumeAttachmentStatus.setAttachError(V1VolumeError attachError) voidV1VolumeAttachmentStatus.setDetachError(V1VolumeError detachError)