Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/storage.k8s.io@v1/structs.ts>CSIDriverList

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface CSIDriverList
implements ListOf<CSIDriver>
import { type CSIDriverList } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/storage.k8s.io@v1/structs.ts";

CSIDriverList is a collection of CSIDriver objects.

Properties

optional
apiVersion: "storage.k8s.io/v1"
optional
kind: "CSIDriverList"