@pulumi/kubernetes
Version:
[](https://travis-ci.com/pulumi/pulumi-kubernetes) [](https://slack.pulumi.com) [![NPM
10 lines (9 loc) • 498 B
TypeScript
export { LeaseArgs } from "./lease";
export type Lease = import("./lease").Lease;
export declare const Lease: typeof import("./lease").Lease;
export { LeaseListArgs } from "./leaseList";
export type LeaseList = import("./leaseList").LeaseList;
export declare const LeaseList: typeof import("./leaseList").LeaseList;
export { LeasePatchArgs } from "./leasePatch";
export type LeasePatch = import("./leasePatch").LeasePatch;
export declare const LeasePatch: typeof import("./leasePatch").LeasePatch;