Uses of Class
io.kubernetes.client.openapi.models.V1VolumeAttachmentStatus
Packages that use V1VolumeAttachmentStatus
-
Uses of V1VolumeAttachmentStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeAttachmentStatusModifier and TypeMethodDescriptionV1VolumeAttachmentStatus.attachError
(V1VolumeError attachError) V1VolumeAttachmentStatus.attachmentMetadata
(Map<String, String> attachmentMetadata) V1VolumeAttachmentStatus.detachError
(V1VolumeError detachError) static V1VolumeAttachmentStatus
Create an instance of V1VolumeAttachmentStatus given an JSON stringV1VolumeAttachment.getStatus()
Get statusV1VolumeAttachmentStatus.putAttachmentMetadataItem
(String key, String attachmentMetadataItem) Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeAttachmentStatusModifier and TypeMethodDescriptionvoid
V1VolumeAttachment.setStatus
(V1VolumeAttachmentStatus status) V1VolumeAttachment.status
(V1VolumeAttachmentStatus status)