@pulumi/kubernetes
Version:
[](https://github.com/pulumi/pulumi-kubernetes/actions) [](https://slack.pulumi.com) [ • 3.38 kB
TypeScript
export { CSIDriverArgs } from "./csidriver";
export type CSIDriver = import("./csidriver").CSIDriver;
export declare const CSIDriver: typeof import("./csidriver").CSIDriver;
export { CSIDriverListArgs } from "./csidriverList";
export type CSIDriverList = import("./csidriverList").CSIDriverList;
export declare const CSIDriverList: typeof import("./csidriverList").CSIDriverList;
export { CSIDriverPatchArgs } from "./csidriverPatch";
export type CSIDriverPatch = import("./csidriverPatch").CSIDriverPatch;
export declare const CSIDriverPatch: typeof import("./csidriverPatch").CSIDriverPatch;
export { CSINodeArgs } from "./csinode";
export type CSINode = import("./csinode").CSINode;
export declare const CSINode: typeof import("./csinode").CSINode;
export { CSINodeListArgs } from "./csinodeList";
export type CSINodeList = import("./csinodeList").CSINodeList;
export declare const CSINodeList: typeof import("./csinodeList").CSINodeList;
export { CSINodePatchArgs } from "./csinodePatch";
export type CSINodePatch = import("./csinodePatch").CSINodePatch;
export declare const CSINodePatch: typeof import("./csinodePatch").CSINodePatch;
export { CSIStorageCapacityArgs } from "./csistorageCapacity";
export type CSIStorageCapacity = import("./csistorageCapacity").CSIStorageCapacity;
export declare const CSIStorageCapacity: typeof import("./csistorageCapacity").CSIStorageCapacity;
export { CSIStorageCapacityListArgs } from "./csistorageCapacityList";
export type CSIStorageCapacityList = import("./csistorageCapacityList").CSIStorageCapacityList;
export declare const CSIStorageCapacityList: typeof import("./csistorageCapacityList").CSIStorageCapacityList;
export { CSIStorageCapacityPatchArgs } from "./csistorageCapacityPatch";
export type CSIStorageCapacityPatch = import("./csistorageCapacityPatch").CSIStorageCapacityPatch;
export declare const CSIStorageCapacityPatch: typeof import("./csistorageCapacityPatch").CSIStorageCapacityPatch;
export { StorageClassArgs } from "./storageClass";
export type StorageClass = import("./storageClass").StorageClass;
export declare const StorageClass: typeof import("./storageClass").StorageClass;
export { StorageClassListArgs } from "./storageClassList";
export type StorageClassList = import("./storageClassList").StorageClassList;
export declare const StorageClassList: typeof import("./storageClassList").StorageClassList;
export { StorageClassPatchArgs } from "./storageClassPatch";
export type StorageClassPatch = import("./storageClassPatch").StorageClassPatch;
export declare const StorageClassPatch: typeof import("./storageClassPatch").StorageClassPatch;
export { VolumeAttachmentArgs } from "./volumeAttachment";
export type VolumeAttachment = import("./volumeAttachment").VolumeAttachment;
export declare const VolumeAttachment: typeof import("./volumeAttachment").VolumeAttachment;
export { VolumeAttachmentListArgs } from "./volumeAttachmentList";
export type VolumeAttachmentList = import("./volumeAttachmentList").VolumeAttachmentList;
export declare const VolumeAttachmentList: typeof import("./volumeAttachmentList").VolumeAttachmentList;
export { VolumeAttachmentPatchArgs } from "./volumeAttachmentPatch";
export type VolumeAttachmentPatch = import("./volumeAttachmentPatch").VolumeAttachmentPatch;
export declare const VolumeAttachmentPatch: typeof import("./volumeAttachmentPatch").VolumeAttachmentPatch;