- Downloads
update kubernetes-client to latest (6.3.0)
callback -> promises always return request with result in the body attributes
Showing
- app/k8-data.js 69 additions, 64 deletionsapp/k8-data.js
- app/kubernetes.js 7 additions, 4 deletionsapp/kubernetes.js
- app/routes.js 29 additions, 36 deletionsapp/routes.js
- config/default.hjson 1 addition, 0 deletionsconfig/default.hjson
- deploy.sh 16 additions, 10 deletionsdeploy.sh
- package.json 1 addition, 1 deletionpackage.json
- repl.js 1 addition, 6 deletionsrepl.js
| ... | ... | @@ -39,7 +39,7 @@ |
| "jade": "1.11.0", | ||
| "js-yaml": "^3.10.0", | ||
| "json-stringify-safe": "^5.0.1", | ||
| "kubernetes-client": "^3.18.1", | ||
| "kubernetes-client": "^6.3.0", | ||
| "memory-store": "0.0.1", | ||
| "mongoose": "^4.9.5", | ||
| "morgan": "~1.7.0", | ||
| ... | ... | |
| ... | ... |
Please sign in to comment