@chimoney.io/iaas-k8s-deployment
Version:
Kubernetes Infrastructure as a Service deployment package for streamlined multi-cloud environments
10 lines • 371 B
TypeScript
/**
* Example: Using the Rollback Functionality
*
* This example demonstrates how to use the various rollback features
* in the deployment system.
*/
declare function exampleRollbackUsage(): Promise<void>;
declare function exampleWithDeployment(): Promise<void>;
export { exampleRollbackUsage, exampleWithDeployment };
//# sourceMappingURL=rollback-examples.d.ts.map