import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/storage.k8s.io@v1beta1/mod.ts";
Interfaces
CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. | |
CSIStorageCapacityList is a collection of CSIStorageCapacity objects. |