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