Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
class StorageV1alpha1Api
import { StorageV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/storage.k8s.io@v1alpha1/mod.ts";

Constructors

new
StorageV1alpha1Api(client: c.RestClient)

Methods

createVolumeAttachment(body: StorageV1alpha1.VolumeAttachment, opts?: operations.PutOpts)
deleteVolumeAttachment(name: string, opts?: operations.DeleteOpts)
deleteVolumeAttachmentList(opts?: operations.DeleteListOpts)
getCSIStorageCapacityListForAllNamespaces(opts?: operations.GetListOpts)
getVolumeAttachment(name: string, opts?: operations.NoOpts)
getVolumeAttachmentList(opts?: operations.GetListOpts)
namespace(name: string)
patchVolumeAttachment(
name: string,
type: c.PatchType,
body: StorageV1alpha1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceVolumeAttachment(
name: string,
body: StorageV1alpha1.VolumeAttachment,
opts?: operations.PutOpts,
)
watchCSIStorageCapacityListForAllNamespaces(opts?: operations.WatchListOpts)
watchVolumeAttachmentList(opts?: operations.WatchListOpts)