UNPKG

@topgroup/diginext

Version:

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

3 lines 195 B
import type { ICluster } from "../../entities"; export declare const askForDeployment: (cluster: ICluster, namespace?: string) => Promise<string>; //# sourceMappingURL=ask-for-deployment.d.ts.map