import { StorageV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/storage.k8s.io@v1/mod.ts";
Methods
createCSIStorageCapacity(body: StorageV1.CSIStorageCapacity, opts?: operations.PutOpts)
deleteCSIStorageCapacity(name: string, opts?: operations.DeleteOpts)
deleteCSIStorageCapacityList(opts?: operations.DeleteListOpts)
getCSIStorageCapacity(name: string, opts?: operations.NoOpts)
getCSIStorageCapacityList(opts?: operations.GetListOpts)
patchCSIStorageCapacity()
name: string,
type: c.PatchType,
body: StorageV1.CSIStorageCapacity | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCSIStorageCapacity()
name: string,
body: StorageV1.CSIStorageCapacity,
opts?: operations.PutOpts,
watchCSIStorageCapacityList(opts?: operations.WatchListOpts)