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

x/kubernetes_apis/builtin/storage.k8s.io@v1alpha1/mod.ts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/storage.k8s.io@v1alpha1/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.

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachmentList is a collection of VolumeAttachment objects.

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

VolumeAttachmentSpec is the specification of a VolumeAttachment request.

VolumeAttachmentStatus is the status of a VolumeAttachment request.

VolumeError captures an error encountered during a volume operation.