UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

4 lines 333 B
import type { ICluster, IUser, IWorkspace } from "../entities"; export declare const addInitialBareMetalCluster: (kubeConfig: string, workspace?: IWorkspace, owner?: IUser) => Promise<ICluster>; export declare const seedClusters: (workspace: IWorkspace, owner: IUser) => Promise<ICluster>; //# sourceMappingURL=seed-clusters.d.ts.map