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

x/kubernetes_apis/builtin/internal.apiserver.k8s.io@v1alpha1/mod.ts>InternalApiserverV1alpha1Api

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

Constructors

new
InternalApiserverV1alpha1Api(client: c.RestClient)

Methods

createStorageVersion(body: InternalApiserverV1alpha1.StorageVersion, opts?: operations.PutOpts)
deleteStorageVersion(name: string, opts?: operations.DeleteOpts)
deleteStorageVersionList(opts?: operations.DeleteListOpts)
getStorageVersion(name: string, opts?: operations.NoOpts)
getStorageVersionList(opts?: operations.GetListOpts)
getStorageVersionStatus(name: string, opts?: operations.NoOpts)
patchStorageVersion(
name: string,
type: c.PatchType,
body: InternalApiserverV1alpha1.StorageVersion | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchStorageVersionStatus(
name: string,
type: c.PatchType,
body: InternalApiserverV1alpha1.StorageVersion | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceStorageVersion(
name: string,
body: InternalApiserverV1alpha1.StorageVersion,
opts?: operations.PutOpts,
)
replaceStorageVersionStatus(
name: string,
body: InternalApiserverV1alpha1.StorageVersion,
opts?: operations.PutOpts,
)
watchStorageVersionList(opts?: operations.WatchListOpts)