import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/storage.k8s.io@v1alpha1/mod.ts";
Interfaces
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning. | |
VolumeAttributesClassList is a collection of VolumeAttributesClass objects. |