import { StorageV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/storage.k8s.io@v1alpha1/mod.ts";
Methods
createVolumeAttachment(body: StorageV1alpha1.VolumeAttachment, opts?: operations.PutOpts)
deleteVolumeAttachment(name: string, opts?: operations.DeleteOpts)
deleteVolumeAttachmentList(opts?: operations.DeleteListOpts)
getCSIStorageCapacityListForAllNamespaces(opts?: operations.GetListOpts)
getVolumeAttachment(name: string, opts?: operations.NoOpts)
getVolumeAttachmentList(opts?: operations.GetListOpts)
namespace(name: string)
patchVolumeAttachment()
name: string,
type: c.PatchType,
body: StorageV1alpha1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
replaceVolumeAttachment()
name: string,
body: StorageV1alpha1.VolumeAttachment,
opts?: operations.PutOpts,
watchCSIStorageCapacityListForAllNamespaces(opts?: operations.WatchListOpts)
watchVolumeAttachmentList(opts?: operations.WatchListOpts)