Skip to main content
The Deno 2 Release Candidate is 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
Latest
class StorageV1NamespacedApi
import { StorageV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/storage.k8s.io@v1/mod.ts";

Constructors

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

Methods

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