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

x/kubernetes_apis/builtin/storage.k8s.io@v1/mod.ts>CSINodeDriver

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

CSINodeDriver holds information about the specification of one CSI driver installed on a node

Properties

optional
allocatable: VolumeNodeResources | null
name: string
nodeID: string
optional
topologyKeys: Array<string> | null