UNPKG

@chimoney.io/iaas-k8s-deployment

Version:

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

6 lines 554 B
export type { DeploymentOptions, DeploymentResult, DeploymentAction, DeploymentStatus, LogLevel, Logger, DeploymentProgress, DeploymentConfig, FieldValidationError, } from "./src/index.js"; export { DeploymentError, ConfigValidationError, RollbackError, } from "./src/index.js"; export { ConsoleLogger, validateDeploymentConfig, createProgressCallback, withErrorHandling, performRollback, handleDeployment, } from "./src/index.js"; export * from "./src/core/aws-infra.js"; export * from "./src/core/gcp-infra.js"; //# sourceMappingURL=automation.d.ts.map