UNPKG

@chimoney.io/iaas-k8s-deployment

Version:

Kubernetes Infrastructure as a Service deployment package for streamlined multi-cloud environments

3 lines 226 B
import type { DeploymentOptions, DeploymentResult } from "../../types/index.js"; export declare function handleDeployment(options: DeploymentOptions): Promise<DeploymentResult>; //# sourceMappingURL=deployment-handler.d.ts.map