import { type VolumeAttachment } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/storage.k8s.io@v1alpha1/mod.ts";
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
VolumeAttachment objects are non-namespaced.
Properties
spec: VolumeAttachmentSpec
optional
status: VolumeAttachmentStatus | null