import { type VolumeAttachment } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/storage.k8s.io@v1/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