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

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

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

Constructors

new
StorageV1Api(client: c.RestClient)

Methods

createCSIDriver(body: StorageV1.CSIDriver, opts?: operations.PutOpts)
createCSINode(body: StorageV1.CSINode, opts?: operations.PutOpts)
createStorageClass(body: StorageV1.StorageClass, opts?: operations.PutOpts)
createVolumeAttachment(body: StorageV1.VolumeAttachment, opts?: operations.PutOpts)
deleteCSIDriver(name: string, opts?: operations.DeleteOpts)
deleteCSIDriverList(opts?: operations.DeleteListOpts)
deleteCSINode(name: string, opts?: operations.DeleteOpts)
deleteCSINodeList(opts?: operations.DeleteListOpts)
deleteStorageClass(name: string, opts?: operations.DeleteOpts)
deleteStorageClassList(opts?: operations.DeleteListOpts)
deleteVolumeAttachment(name: string, opts?: operations.DeleteOpts)
deleteVolumeAttachmentList(opts?: operations.DeleteListOpts)
getCSIDriver(name: string, opts?: operations.NoOpts)
getCSIDriverList(opts?: operations.GetListOpts)
getCSINode(name: string, opts?: operations.NoOpts)
getCSINodeList(opts?: operations.GetListOpts)
getCSIStorageCapacityListForAllNamespaces(opts?: operations.GetListOpts)
getStorageClass(name: string, opts?: operations.NoOpts)
getStorageClassList(opts?: operations.GetListOpts)
getVolumeAttachment(name: string, opts?: operations.NoOpts)
getVolumeAttachmentList(opts?: operations.GetListOpts)
getVolumeAttachmentStatus(name: string, opts?: operations.NoOpts)
namespace(name: string)
patchCSIDriver(
name: string,
type: c.PatchType,
body: StorageV1.CSIDriver | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchCSINode(
name: string,
type: c.PatchType,
body: StorageV1.CSINode | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchStorageClass(
name: string,
type: c.PatchType,
body: StorageV1.StorageClass | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchVolumeAttachment(
name: string,
type: c.PatchType,
body: StorageV1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchVolumeAttachmentStatus(
name: string,
type: c.PatchType,
body: StorageV1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceCSIDriver(
name: string,
body: StorageV1.CSIDriver,
opts?: operations.PutOpts,
)
replaceCSINode(
name: string,
body: StorageV1.CSINode,
opts?: operations.PutOpts,
)
replaceStorageClass(
name: string,
body: StorageV1.StorageClass,
opts?: operations.PutOpts,
)
replaceVolumeAttachment(
name: string,
body: StorageV1.VolumeAttachment,
opts?: operations.PutOpts,
)
replaceVolumeAttachmentStatus(
name: string,
body: StorageV1.VolumeAttachment,
opts?: operations.PutOpts,
)
watchCSIDriverList(opts?: operations.WatchListOpts)
watchCSINodeList(opts?: operations.WatchListOpts)
watchCSIStorageCapacityListForAllNamespaces(opts?: operations.WatchListOpts)
watchStorageClassList(opts?: operations.WatchListOpts)
watchVolumeAttachmentList(opts?: operations.WatchListOpts)