import { InternalApiserverV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/internal.apiserver.k8s.io@v1alpha1/mod.ts";
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)