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

Constructors

new
StorageV1alpha1Api(client: c.RestClient)

Methods

createVolumeAttributesClass(body: StorageV1alpha1.VolumeAttributesClass, opts?: operations.PutOpts): Promise<StorageV1alpha1.VolumeAttributesClass>
deleteVolumeAttributesClass(name: string, opts?: operations.DeleteOpts): Promise<StorageV1alpha1.VolumeAttributesClass | MetaV1.Status>
deleteVolumeAttributesClassList(opts?: operations.DeleteListOpts): Promise<StorageV1alpha1.VolumeAttributesClassList>
getVolumeAttributesClass(name: string, opts?: operations.NoOpts): Promise<StorageV1alpha1.VolumeAttributesClass>
getVolumeAttributesClassList(opts?: operations.GetListOpts): Promise<StorageV1alpha1.VolumeAttributesClassList>
patchVolumeAttributesClass(
name: string,
type: c.PatchType,
body: StorageV1alpha1.VolumeAttributesClass | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<StorageV1alpha1.VolumeAttributesClass>
replaceVolumeAttributesClass(
name: string,
body: StorageV1alpha1.VolumeAttributesClass,
opts?: operations.PutOpts,
): Promise<StorageV1alpha1.VolumeAttributesClass>
watchVolumeAttributesClassList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1alpha1.VolumeAttributesClass>>