@pulumi/kubernetes
Version:
[](https://travis-ci.com/pulumi/pulumi-kubernetes) [](https://slack.pulumi.com) [![NPM
10 lines (9 loc) • 498 B
TypeScript
export { EventArgs } from "./event";
export type Event = import("./event").Event;
export declare const Event: typeof import("./event").Event;
export { EventListArgs } from "./eventList";
export type EventList = import("./eventList").EventList;
export declare const EventList: typeof import("./eventList").EventList;
export { EventPatchArgs } from "./eventPatch";
export type EventPatch = import("./eventPatch").EventPatch;
export declare const EventPatch: typeof import("./eventPatch").EventPatch;