appscode-api-js-client
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -18,2 +18,10 @@ // Code generated by protoc-gen-grpc-js-client | ||
function snapshotsDescribe(p, conf) { | ||
path = '/kubernetes/v1beta1/clusters/' + p['cluster'] + '/databases/' + p['uid'] + '/snapshots/' + p['phid'] | ||
delete p['cluster'] | ||
delete p['uid'] | ||
delete p['phid'] | ||
return xhr(path, 'GET', conf, p); | ||
} | ||
function snapshotsBackupSchedule(p, conf) { | ||
@@ -43,2 +51,3 @@ path = '/kubernetes/v1beta1/clusters/' + p['cluster'] + '/databases/' + p['uid'] + '/actions/schedule-backup' | ||
list: snapshotsList, | ||
describe: snapshotsDescribe, | ||
backupSchedule: snapshotsBackupSchedule, | ||
@@ -45,0 +54,0 @@ backupUnschedule: snapshotsBackupUnschedule, |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,2 +48,17 @@ { | ||
}, | ||
"v1beta1SnapshotDescribeRequest": { | ||
"properties": { | ||
"cluster": { | ||
"type": "string" | ||
}, | ||
"phid": { | ||
"type": "string" | ||
}, | ||
"uid": { | ||
"type": "string" | ||
} | ||
}, | ||
"title": "Next Id: 4", | ||
"type": "object" | ||
}, | ||
"v1beta1SnapshotListRequest": { | ||
@@ -50,0 +65,0 @@ "properties": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121676
4225