Updated package and node modules

This commit is contained in:
Koushik Dey
2020-09-21 18:25:10 +05:30
parent 5902071a20
commit a4d28e7b97
56 changed files with 7782 additions and 16 deletions
@@ -162,4 +162,4 @@ function labelResources(files, kubectl, label) {
}
function isCanaryDeploymentStrategy(deploymentStrategy) {
return deploymentStrategy != null && deploymentStrategy.toUpperCase() === canaryDeploymentHelper.CANARY_DEPLOYMENT_STRATEGY.toUpperCase();
}
}
+1 -1
View File
@@ -149,4 +149,4 @@ exports.getRandomInt = getRandomInt;
function getCurrentTime() {
return new Date().getTime();
}
exports.getCurrentTime = getCurrentTime;
exports.getCurrentTime = getCurrentTime;