appscode-api-js-client
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -63,3 +63,3 @@ // Code generated by protoc-gen-grpc-js-client | ||
function clustersStartupScript(p, conf) { | ||
function clustersStartupConfig(p, conf) { | ||
path = '/kubernetes/v1beta1/clusters/' + p['uid'] + '/startup-script/' + p['role'] | ||
@@ -89,3 +89,3 @@ delete p['uid'] | ||
instances: clustersInstances, | ||
startupScript: clustersStartupScript, | ||
startupConfig: clustersStartupConfig, | ||
instanceByIP: clustersInstanceByIP | ||
@@ -92,0 +92,0 @@ } |
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,2 +48,8 @@ { | ||
}, | ||
"node_groups": { | ||
"items": { | ||
"$ref": "#/definitions/v1beta1InstanceGroup" | ||
}, | ||
"type": "array" | ||
}, | ||
"node_set": { | ||
@@ -136,2 +142,8 @@ "additionalProperties": { | ||
}, | ||
"node_groups": { | ||
"items": { | ||
"$ref": "#/definitions/v1beta1InstanceGroup" | ||
}, | ||
"type": "array" | ||
}, | ||
"node_set": { | ||
@@ -163,3 +175,3 @@ "additionalProperties": { | ||
}, | ||
"v1beta1ClusterStartupScriptRequest": { | ||
"v1beta1ClusterStartupConfigRequest": { | ||
"properties": { | ||
@@ -222,4 +234,18 @@ "context_version": { | ||
"type": "object" | ||
}, | ||
"v1beta1InstanceGroup": { | ||
"properties": { | ||
"count": { | ||
"type": "integer" | ||
}, | ||
"sku": { | ||
"type": "string" | ||
}, | ||
"use_spot_instances": { | ||
"type": "boolean" | ||
} | ||
}, | ||
"type": "object" | ||
} | ||
} | ||
} |
@@ -103,2 +103,8 @@ { | ||
}, | ||
"node_groups": { | ||
"items": { | ||
"$ref": "#/definitions/v1beta1InstanceGroup" | ||
}, | ||
"type": "array" | ||
}, | ||
"node_set": { | ||
@@ -147,2 +153,8 @@ "additionalProperties": { | ||
}, | ||
"node_groups": { | ||
"items": { | ||
"$ref": "#/definitions/v1beta1InstanceGroup" | ||
}, | ||
"type": "array" | ||
}, | ||
"node_set": { | ||
@@ -262,2 +274,16 @@ "additionalProperties": { | ||
}, | ||
"v1beta1InstanceGroup": { | ||
"properties": { | ||
"count": { | ||
"type": "integer" | ||
}, | ||
"sku": { | ||
"type": "string" | ||
}, | ||
"use_spot_instances": { | ||
"type": "boolean" | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"v1beta1LogDescribeRequest": { | ||
@@ -264,0 +290,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
121005
4201