UNPKG

@runpod-infra/pulumi

Version:

--- title: Runpod meta_desc: Provides an overview of the Runpod Provider for Pulumi. layout: package ---

19 lines (18 loc) 975 B
export { EndpointArgs } from "./endpoint"; export declare type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { NetworkStorageArgs } from "./networkStorage"; export declare type NetworkStorage = import("./networkStorage").NetworkStorage; export declare const NetworkStorage: typeof import("./networkStorage").NetworkStorage; export { PodArgs } from "./pod"; export declare type Pod = import("./pod").Pod; export declare const Pod: typeof import("./pod").Pod; export { ProviderArgs } from "./provider"; export declare type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { TemplateArgs } from "./template"; export declare type Template = import("./template").Template; export declare const Template: typeof import("./template").Template; import * as config from "./config"; import * as types from "./types"; export { config, types, };