@appscode/tiller-js-client
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -17,5 +17,4 @@ // Code generated by protoc-gen-grpc-js-client | ||
function releaseServiceGetReleaseStatus(p, conf) { | ||
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/status/json' | ||
path = '/tiller/v2/releases/' + p['name'] + '/status/json' | ||
delete p['name'] | ||
delete p['version'] | ||
return xhr(path, 'GET', conf, p); | ||
@@ -25,5 +24,4 @@ } | ||
function releaseServiceGetReleaseContent(p, conf) { | ||
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/content/json' | ||
path = '/tiller/v2/releases/' + p['name'] + '/content/json' | ||
delete p['name'] | ||
delete p['version'] | ||
return xhr(path, 'GET', conf, p); | ||
@@ -56,5 +54,4 @@ } | ||
function releaseServiceRollbackRelease(p, conf) { | ||
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/content/json' | ||
path = '/tiller/v2/releases/' + p['name'] + '/content/json' | ||
delete p['name'] | ||
delete p['version'] | ||
return xhr(path, 'DELETE', conf, p); | ||
@@ -61,0 +58,0 @@ } |
{ | ||
"name": "@appscode/tiller-js-client", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Tiller JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16148
106