appscode-api-js-client
Advanced tools
Comparing version 1.0.59 to 1.0.60
@@ -51,8 +51,2 @@ // Code generated by protoc-gen-grpc-js-client | ||
function clustersInstances(p, conf) { | ||
path = '/kubernetes/v1beta1/clusters/' + p['cluster_name'] + '/instances/json' | ||
delete p['cluster_name'] | ||
return xhr(path, 'GET', conf, p); | ||
} | ||
function clustersStartupConfig(p, conf) { | ||
@@ -82,3 +76,2 @@ path = '/kubernetes/v1beta1/clusters/' + p['uid'] + '/startup-config/' + p['role'] + '/context-versions/' + p['context_version'] + '/json' | ||
clientConfig: clustersClientConfig, | ||
instances: clustersInstances, | ||
startupConfig: clustersStartupConfig, | ||
@@ -85,0 +78,0 @@ instanceByIP: clustersInstanceByIP |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.59", | ||
"version": "1.0.60", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -116,12 +116,2 @@ { | ||
}, | ||
"v1beta1ClusterInstanceListRequest": { | ||
"properties": { | ||
"cluster_name": { | ||
"maxLength": 63, | ||
"pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$", | ||
"type": "string" | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"v1beta1ClusterListRequest": { | ||
@@ -128,0 +118,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
78371
2522