import { type PersistentVolume } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
Properties
optional
spec: PersistentVolumeSpec | nulloptional
status: PersistentVolumeStatus | null