@lbrlabs/pulumi-harness
Version:
A Pulumi package for creating and managing Harness resources.
25 lines (24 loc) • 1.41 kB
TypeScript
export { AwsArgs, AwsState } from "./aws";
export type Aws = import("./aws").Aws;
export declare const Aws: typeof import("./aws").Aws;
export { AzureArgs, AzureState } from "./azure";
export type Azure = import("./azure").Azure;
export declare const Azure: typeof import("./azure").Azure;
export { DatacenterArgs, DatacenterState } from "./datacenter";
export type Datacenter = import("./datacenter").Datacenter;
export declare const Datacenter: typeof import("./datacenter").Datacenter;
export { GcpArgs, GcpState } from "./gcp";
export type Gcp = import("./gcp").Gcp;
export declare const Gcp: typeof import("./gcp").Gcp;
export { GetDelegateIdsArgs, GetDelegateIdsResult, GetDelegateIdsOutputArgs } from "./getDelegateIds";
export declare const getDelegateIds: typeof import("./getDelegateIds").getDelegateIds;
export declare const getDelegateIdsOutput: typeof import("./getDelegateIds").getDelegateIdsOutput;
export { KubernetesArgs, KubernetesState } from "./kubernetes";
export type Kubernetes = import("./kubernetes").Kubernetes;
export declare const Kubernetes: typeof import("./kubernetes").Kubernetes;
export { SpotArgs, SpotState } from "./spot";
export type Spot = import("./spot").Spot;
export declare const Spot: typeof import("./spot").Spot;
export { TanzuArgs, TanzuState } from "./tanzu";
export type Tanzu = import("./tanzu").Tanzu;
export declare const Tanzu: typeof import("./tanzu").Tanzu;