@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
8 lines • 337 B
TypeScript
import type { IApp } from "../../entities";
/**
* Generate a deployment name that use for deployment YAML (Ingress, Service, Deployment,...)
* @param app {IApp} - Must populated "project" field
* @returns
*/
export default function getDeploymentName(app: IApp): Promise<string>;
//# sourceMappingURL=generate-deployment-name.d.ts.map