appscode-api-js-client
Advanced tools
Comparing version 1.0.40 to 1.0.41
@@ -22,3 +22,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function certificatesObtain(p, conf) { | ||
function certificatesLoad(p, conf) { | ||
path = '/certificate/v1beta1/certificates/' + p['name'] + '/actions/obtain' | ||
@@ -45,3 +45,3 @@ delete p['name'] | ||
describe: certificatesDescribe, | ||
obtain: certificatesObtain, | ||
load: certificatesLoad, | ||
delete: certificatesDelete, | ||
@@ -48,0 +48,0 @@ deploy: certificatesDeploy |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ { | ||
}, | ||
"v1beta1CertificateObtainRequest": { | ||
"v1beta1CertificateLoadRequest": { | ||
"properties": { | ||
@@ -48,0 +48,0 @@ "cert_data": { |
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
121668