UNPKG

@topgroup/diginext

Version:

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

8 lines 371 B
export declare class DeploymentScaler { private readonly context; private readonly namespace; private readonly onUpdate?; constructor(context: string, namespace: string, onUpdate?: (msg: string) => void); scaleDeployment(deploymentName: string, targetReplicas: number, timeout?: number): Promise<boolean>; } //# sourceMappingURL=deploy-scaler.d.ts.map