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

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

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

Constructors

new
StorageV1NamespacedApi(client: c.RestClient, namespace: string)

Methods

createCSIStorageCapacity(body: StorageV1.CSIStorageCapacity, opts?: operations.PutOpts)
deleteCSIStorageCapacity(name: string, opts?: operations.DeleteOpts)
deleteCSIStorageCapacityList(opts?: operations.DeleteListOpts)
getCSIStorageCapacity(name: string, opts?: operations.NoOpts)
getCSIStorageCapacityList(opts?: operations.GetListOpts)
patchCSIStorageCapacity(
name: string,
type: c.PatchType,
body: StorageV1.CSIStorageCapacity | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceCSIStorageCapacity(
name: string,
body: StorageV1.CSIStorageCapacity,
opts?: operations.PutOpts,
)
watchCSIStorageCapacityList(opts?: operations.WatchListOpts)