UNPKG

@topgroup/diginext

Version:

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

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