import { StorageV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/storage.k8s.io@v1/mod.ts";
Methods
createCSIDriver(body: StorageV1.CSIDriver, opts?: operations.PutOpts): Promise<StorageV1.CSIDriver>
createCSINode(body: StorageV1.CSINode, opts?: operations.PutOpts): Promise<StorageV1.CSINode>
createStorageClass(body: StorageV1.StorageClass, opts?: operations.PutOpts): Promise<StorageV1.StorageClass>
createVolumeAttachment(body: StorageV1.VolumeAttachment, opts?: operations.PutOpts): Promise<StorageV1.VolumeAttachment>
deleteCSIDriver(name: string, opts?: operations.DeleteOpts): Promise<StorageV1.CSIDriver | MetaV1.Status>
deleteCSIDriverList(opts?: operations.DeleteListOpts): Promise<StorageV1.CSIDriverList>
deleteCSINode(name: string, opts?: operations.DeleteOpts): Promise<StorageV1.CSINode | MetaV1.Status>
deleteCSINodeList(opts?: operations.DeleteListOpts): Promise<StorageV1.CSINodeList>
deleteStorageClass(name: string, opts?: operations.DeleteOpts): Promise<StorageV1.StorageClass | MetaV1.Status>
deleteStorageClassList(opts?: operations.DeleteListOpts): Promise<StorageV1.StorageClassList>
deleteVolumeAttachment(name: string, opts?: operations.DeleteOpts): Promise<StorageV1.VolumeAttachment | MetaV1.Status>
deleteVolumeAttachmentList(opts?: operations.DeleteListOpts): Promise<StorageV1.VolumeAttachmentList>
getCSIDriver(name: string, opts?: operations.NoOpts): Promise<StorageV1.CSIDriver>
getCSIDriverList(opts?: operations.GetListOpts): Promise<StorageV1.CSIDriverList>
getCSINode(name: string, opts?: operations.NoOpts): Promise<StorageV1.CSINode>
getCSINodeList(opts?: operations.GetListOpts): Promise<StorageV1.CSINodeList>
getCSIStorageCapacityListForAllNamespaces(opts?: operations.GetListOpts): Promise<StorageV1.CSIStorageCapacityList>
getStorageClass(name: string, opts?: operations.NoOpts): Promise<StorageV1.StorageClass>
getStorageClassList(opts?: operations.GetListOpts): Promise<StorageV1.StorageClassList>
getVolumeAttachment(name: string, opts?: operations.NoOpts): Promise<StorageV1.VolumeAttachment>
getVolumeAttachmentList(opts?: operations.GetListOpts): Promise<StorageV1.VolumeAttachmentList>
getVolumeAttachmentStatus(name: string, opts?: operations.NoOpts): Promise<StorageV1.VolumeAttachment>
namespace(name: string): StorageV1NamespacedApi
patchCSIDriver(): Promise<StorageV1.CSIDriver>
name: string,
type: c.PatchType,
body: StorageV1.CSIDriver | c.JsonPatch,
opts?: operations.PatchOpts,
patchCSINode(): Promise<StorageV1.CSINode>
name: string,
type: c.PatchType,
body: StorageV1.CSINode | c.JsonPatch,
opts?: operations.PatchOpts,
patchStorageClass(): Promise<StorageV1.StorageClass>
name: string,
type: c.PatchType,
body: StorageV1.StorageClass | c.JsonPatch,
opts?: operations.PatchOpts,
patchVolumeAttachment(): Promise<StorageV1.VolumeAttachment>
name: string,
type: c.PatchType,
body: StorageV1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
patchVolumeAttachmentStatus(): Promise<StorageV1.VolumeAttachment>
name: string,
type: c.PatchType,
body: StorageV1.VolumeAttachment | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCSIDriver(): Promise<StorageV1.CSIDriver>
name: string,
body: StorageV1.CSIDriver,
opts?: operations.PutOpts,
replaceCSINode(): Promise<StorageV1.CSINode>
name: string,
body: StorageV1.CSINode,
opts?: operations.PutOpts,
replaceStorageClass(): Promise<StorageV1.StorageClass>
name: string,
body: StorageV1.StorageClass,
opts?: operations.PutOpts,
replaceVolumeAttachment(): Promise<StorageV1.VolumeAttachment>
name: string,
body: StorageV1.VolumeAttachment,
opts?: operations.PutOpts,
replaceVolumeAttachmentStatus(): Promise<StorageV1.VolumeAttachment>
name: string,
body: StorageV1.VolumeAttachment,
opts?: operations.PutOpts,
watchCSIDriverList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1.CSIDriver>>
watchCSINodeList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1.CSINode>>
watchCSIStorageCapacityListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1.CSIStorageCapacity>>
watchStorageClassList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1.StorageClass>>
watchVolumeAttachmentList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<StorageV1.VolumeAttachment>>