[][src]Module k8s_openapi::api::storage::v1alpha1

Structs

CreateVolumeAttachmentOptional

Optional parameters of VolumeAttachment::create_volume_attachment

DeleteCollectionVolumeAttachmentOptional

Optional parameters of VolumeAttachment::delete_collection_volume_attachment

DeleteVolumeAttachmentOptional

Optional parameters of VolumeAttachment::delete_volume_attachment

ListVolumeAttachmentOptional

Optional parameters of VolumeAttachment::list_volume_attachment

PatchVolumeAttachmentOptional

Optional parameters of VolumeAttachment::patch_volume_attachment

ReadVolumeAttachmentOptional

Optional parameters of VolumeAttachment::read_volume_attachment

ReplaceVolumeAttachmentOptional

Optional parameters of VolumeAttachment::replace_volume_attachment

VolumeAttachment

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachmentList

VolumeAttachmentList is a collection of VolumeAttachment objects.

VolumeAttachmentSource

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

VolumeAttachmentSpec

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

VolumeAttachmentStatus

VolumeAttachmentStatus is the status of a VolumeAttachment request.

VolumeError

VolumeError captures an error encountered during a volume operation.

WatchVolumeAttachmentOptional

Optional parameters of VolumeAttachment::watch_volume_attachment

Enums

CreateVolumeAttachmentResponse

Use <CreateVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::create_volume_attachment

DeleteCollectionVolumeAttachmentResponse

Use <DeleteCollectionVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::delete_collection_volume_attachment

DeleteVolumeAttachmentResponse

Use <DeleteVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::delete_volume_attachment

ListVolumeAttachmentResponse

Use <ListVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::list_volume_attachment

PatchVolumeAttachmentResponse

Use <PatchVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::patch_volume_attachment

ReadVolumeAttachmentResponse

Use <ReadVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::read_volume_attachment

ReplaceVolumeAttachmentResponse

Use <ReplaceVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::replace_volume_attachment

WatchVolumeAttachmentResponse

Use <WatchVolumeAttachmentResponse as Response>::try_from_parts to parse the HTTP response body of VolumeAttachment::watch_volume_attachment