Index: discovery/googleapis/container__v1.json |
diff --git a/discovery/googleapis/container__v1.json b/discovery/googleapis/container__v1.json |
index 475212539438f1db62085a986d342060a11b974f..6398f8153959055a865aa06e06da6df7e317f588 100644 |
--- a/discovery/googleapis/container__v1.json |
+++ b/discovery/googleapis/container__v1.json |
@@ -24,37 +24,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "access_token": { |
- "description": "OAuth access token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "quotaUser": { |
- "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pp": { |
- "default": "true", |
- "description": "Pretty-print response.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
- "location": "query", |
- "type": "string" |
- }, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
- "location": "query", |
- "type": "string" |
- }, |
"upload_protocol": { |
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
"location": "query", |
@@ -66,13 +35,18 @@ |
"location": "query", |
"type": "boolean" |
}, |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"fields": { |
"description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "callback": { |
+ "description": "JSONP", |
"location": "query", |
"type": "string" |
}, |
@@ -89,11 +63,6 @@ |
"location": "query", |
"type": "string" |
}, |
- "callback": { |
- "description": "JSONP", |
- "location": "query", |
- "type": "string" |
- }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -109,6 +78,37 @@ |
], |
"location": "query", |
"type": "string" |
+ }, |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "access_token": { |
+ "description": "OAuth access token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "quotaUser": { |
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pp": { |
+ "default": "true", |
+ "description": "Pretty-print response.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -126,14 +126,14 @@ |
"zone" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine [zone](/compute/docs/zones#available)\nto return operations for.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "zone": { |
- "description": "The name of the Google Compute Engine [zone](/compute/docs/zones#available)\nto return operations for.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -149,87 +149,26 @@ |
} |
}, |
"resources": { |
- "operations": { |
+ "clusters": { |
"methods": { |
- "list": { |
- "description": "Lists all operations in a project in a specific zone or all zones.", |
- "httpMethod": "GET", |
- "id": "container.projects.zones.operations.list", |
- "parameterOrder": [ |
- "projectId", |
- "zone" |
- ], |
- "parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "zone": { |
- "description": "The name of the Google Compute Engine [zone](/compute/docs/zones#available)\nto return operations for, or `-` for all zones.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/operations", |
- "response": { |
- "$ref": "ListOperationsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "get": { |
- "description": "Gets the specified operation.", |
- "httpMethod": "GET", |
- "id": "container.projects.zones.operations.get", |
+ "setMasterAuth": { |
+ "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password of a specific cluster.\nThis can be either via password generation or explicitly set the password.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.setMasterAuth", |
"parameterOrder": [ |
"projectId", |
"zone", |
- "operationId" |
+ "clusterId" |
], |
"parameters": { |
- "operationId": { |
- "description": "The server-assigned `name` of the operation.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}", |
- "response": { |
- "$ref": "Operation" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "cancel": { |
- "description": "Cancels the specified operation.", |
- "httpMethod": "POST", |
- "id": "container.projects.zones.operations.cancel", |
- "parameterOrder": [ |
- "projectId", |
- "zone", |
- "operationId" |
- ], |
- "parameters": { |
- "operationId": { |
- "description": "The server-assigned `name` of the operation.", |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -239,33 +178,23 @@ |
"location": "path", |
"required": true, |
"type": "string" |
- }, |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the operation resides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth", |
"request": { |
- "$ref": "CancelOperationRequest" |
+ "$ref": "SetMasterAuthRequest" |
}, |
"response": { |
- "$ref": "Empty" |
+ "$ref": "Operation" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
- } |
- } |
- }, |
- "clusters": { |
- "methods": { |
- "setMasterAuth": { |
- "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password of a specific cluster.\nThis can be either via password generation or explicitly set the password.", |
+ }, |
+ "logging": { |
+ "description": "Sets the logging service of a specific cluster.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.setMasterAuth", |
+ "id": "container.projects.zones.clusters.logging", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -291,9 +220,9 @@ |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging", |
"request": { |
- "$ref": "SetMasterAuthRequest" |
+ "$ref": "SetLoggingServiceRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -302,24 +231,17 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "delete": { |
- "description": "Deletes the cluster, including the Kubernetes endpoint and all worker\nnodes.\n\nFirewalls and routes that were configured during cluster creation\nare also deleted.\n\nOther Google Compute Engine resources that might be in use by the cluster\n(e.g. load balancer resources) will not be deleted if they weren't present\nat the initial create time.", |
- "httpMethod": "DELETE", |
- "id": "container.projects.zones.clusters.delete", |
+ "list": { |
+ "description": "Lists all clusters owned by a project in either the specified zone or all\nzones.", |
+ "httpMethod": "GET", |
+ "id": "container.projects.zones.clusters.list", |
"parameterOrder": [ |
"projectId", |
- "zone", |
- "clusterId" |
+ "zone" |
], |
"parameters": { |
"zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "clusterId": { |
- "description": "The name of the cluster to delete.", |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides, or \"-\" for all zones.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -331,39 +253,49 @@ |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters", |
"response": { |
- "$ref": "Operation" |
+ "$ref": "ListClustersResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "list": { |
- "description": "Lists all clusters owned by a project in either the specified zone or all\nzones.", |
- "httpMethod": "GET", |
- "id": "container.projects.zones.clusters.list", |
+ "resourceLabels": { |
+ "description": "Sets labels on a cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.resourceLabels", |
"parameterOrder": [ |
"projectId", |
- "zone" |
+ "zone", |
+ "clusterId" |
], |
"parameters": { |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
"zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides, or \"-\" for all zones.", |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels", |
+ "request": { |
+ "$ref": "SetLabelsRequest" |
+ }, |
"response": { |
- "$ref": "ListClustersResponse" |
+ "$ref": "Operation" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -402,10 +334,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "resourceLabels": { |
- "description": "Sets labels on a cluster.", |
+ "completeIpRotation": { |
+ "description": "Completes master IP rotation.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.resourceLabels", |
+ "id": "container.projects.zones.clusters.completeIpRotation", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -431,9 +363,9 @@ |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation", |
"request": { |
- "$ref": "SetLabelsRequest" |
+ "$ref": "CompleteIPRotationRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -442,10 +374,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "completeIpRotation": { |
- "description": "Completes master IP rotation.", |
- "httpMethod": "POST", |
- "id": "container.projects.zones.clusters.completeIpRotation", |
+ "get": { |
+ "description": "Gets the details of a specific cluster.", |
+ "httpMethod": "GET", |
+ "id": "container.projects.zones.clusters.get", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -453,7 +385,7 @@ |
], |
"parameters": { |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -465,18 +397,15 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster.", |
+ "description": "The name of the cluster to retrieve.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation", |
- "request": { |
- "$ref": "CompleteIPRotationRequest" |
- }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
"response": { |
- "$ref": "Operation" |
+ "$ref": "Cluster" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -522,10 +451,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "get": { |
- "description": "Gets the details of a specific cluster.", |
- "httpMethod": "GET", |
- "id": "container.projects.zones.clusters.get", |
+ "setNetworkPolicy": { |
+ "description": "Enables/Disables Network Policy for a cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.setNetworkPolicy", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -539,7 +468,87 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster to retrieve.", |
+ "description": "The name of the cluster.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy", |
+ "request": { |
+ "$ref": "SetNetworkPolicyRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "startIpRotation": { |
+ "description": "Start master IP rotation.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.startIpRotation", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation", |
+ "request": { |
+ "$ref": "StartIPRotationRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "addons": { |
+ "description": "Sets the addons of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.addons", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -551,9 +560,89 @@ |
"type": "string" |
} |
}, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons", |
+ "request": { |
+ "$ref": "SetAddonsConfigRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "delete": { |
+ "description": "Deletes the cluster, including the Kubernetes endpoint and all worker\nnodes.\n\nFirewalls and routes that were configured during cluster creation\nare also deleted.\n\nOther Google Compute Engine resources that might be in use by the cluster\n(e.g. load balancer resources) will not be deleted if they weren't present\nat the initial create time.", |
+ "httpMethod": "DELETE", |
+ "id": "container.projects.zones.clusters.delete", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to delete.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
"response": { |
- "$ref": "Cluster" |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "locations": { |
+ "description": "Sets the locations of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.locations", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations", |
+ "request": { |
+ "$ref": "SetLocationsRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -599,10 +688,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "startIpRotation": { |
- "description": "Start master IP rotation.", |
+ "monitoring": { |
+ "description": "Sets the monitoring service of a specific cluster.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.startIpRotation", |
+ "id": "container.projects.zones.clusters.monitoring", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -616,21 +705,61 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster.", |
+ "description": "The name of the cluster to upgrade.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring", |
"request": { |
- "$ref": "StartIPRotationRequest" |
+ "$ref": "SetMonitoringServiceRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "master": { |
+ "description": "Updates the master of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.master", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master", |
+ "request": { |
+ "$ref": "UpdateMasterRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -687,10 +816,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "setManagement": { |
- "description": "Sets the NodeManagement options for a node pool.", |
+ "update": { |
+ "description": "Updates the version and/or image type of a specific node pool.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.nodePools.setManagement", |
+ "id": "container.projects.zones.clusters.nodePools.update", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -698,12 +827,6 @@ |
"nodePoolId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -711,21 +834,27 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster to update.", |
+ "description": "The name of the cluster to upgrade.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
"nodePoolId": { |
- "description": "The name of the node pool to update.", |
+ "description": "The name of the node pool to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update", |
"request": { |
- "$ref": "SetNodePoolManagementRequest" |
+ "$ref": "UpdateNodePoolRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -734,10 +863,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "delete": { |
- "description": "Deletes a node pool from a cluster.", |
- "httpMethod": "DELETE", |
- "id": "container.projects.zones.clusters.nodePools.delete", |
+ "setSize": { |
+ "description": "Sets the size of a specific node pool.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.nodePools.setSize", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -745,14 +874,8 @@ |
"nodePoolId" |
], |
"parameters": { |
- "nodePoolId": { |
- "description": "The name of the node pool to delete.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -764,13 +887,22 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster.", |
+ "description": "The name of the cluster to update.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "nodePoolId": { |
+ "description": "The name of the node pool to update.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize", |
+ "request": { |
+ "$ref": "SetNodePoolSizeRequest" |
+ }, |
"response": { |
"$ref": "Operation" |
}, |
@@ -778,22 +910,107 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "list": { |
- "description": "Lists the node pools for a cluster.", |
- "httpMethod": "GET", |
- "id": "container.projects.zones.clusters.nodePools.list", |
+ "setManagement": { |
+ "description": "Sets the NodeManagement options for a node pool.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.nodePools.setManagement", |
"parameterOrder": [ |
"projectId", |
"zone", |
- "clusterId" |
+ "clusterId", |
+ "nodePoolId" |
], |
"parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to update.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "nodePoolId": { |
+ "description": "The name of the node pool to update.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement", |
+ "request": { |
+ "$ref": "SetNodePoolManagementRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "delete": { |
+ "description": "Deletes a node pool from a cluster.", |
+ "httpMethod": "DELETE", |
+ "id": "container.projects.zones.clusters.nodePools.delete", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId", |
+ "nodePoolId" |
+ ], |
+ "parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
+ "clusterId": { |
+ "description": "The name of the cluster.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "nodePoolId": { |
+ "description": "The name of the node pool to delete.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}", |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "list": { |
+ "description": "Lists the node pools for a cluster.", |
+ "httpMethod": "GET", |
+ "id": "container.projects.zones.clusters.nodePools.list", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -805,6 +1022,12 @@ |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools", |
@@ -901,17 +1124,175 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
+ }, |
+ "autoscaling": { |
+ "description": "Sets the autoscaling settings of a specific node pool.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.nodePools.autoscaling", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId", |
+ "nodePoolId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "nodePoolId": { |
+ "description": "The name of the node pool to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling", |
+ "request": { |
+ "$ref": "SetNodePoolAutoscalingRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
} |
} |
} |
} |
+ }, |
+ "operations": { |
+ "methods": { |
+ "cancel": { |
+ "description": "Cancels the specified operation.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.operations.cancel", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "operationId" |
+ ], |
+ "parameters": { |
+ "operationId": { |
+ "description": "The server-assigned `name` of the operation.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the operation resides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel", |
+ "request": { |
+ "$ref": "CancelOperationRequest" |
+ }, |
+ "response": { |
+ "$ref": "Empty" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "get": { |
+ "description": "Gets the specified operation.", |
+ "httpMethod": "GET", |
+ "id": "container.projects.zones.operations.get", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "operationId" |
+ ], |
+ "parameters": { |
+ "operationId": { |
+ "description": "The server-assigned `name` of the operation.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}", |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "list": { |
+ "description": "Lists all operations in a project in a specific zone or all zones.", |
+ "httpMethod": "GET", |
+ "id": "container.projects.zones.operations.list", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine [zone](/compute/docs/zones#available)\nto return operations for, or `-` for all zones.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/operations", |
+ "response": { |
+ "$ref": "ListOperationsResponse" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ } |
+ } |
} |
} |
} |
} |
} |
}, |
- "revision": "20170526", |
+ "revision": "20170627", |
"rootUrl": "https://container.googleapis.com/", |
"schemas": { |
"ListNodePoolsResponse": { |
@@ -940,6 +1321,21 @@ |
"properties": {}, |
"type": "object" |
}, |
+ "UpdateNodePoolRequest": { |
+ "description": "UpdateNodePoolRequests update a node pool's image and/or version.", |
+ "id": "UpdateNodePoolRequest", |
+ "properties": { |
+ "imageType": { |
+ "description": "The desired image type for the node pool.", |
+ "type": "string" |
+ }, |
+ "nodeVersion": { |
+ "description": "The Kubernetes version to change the nodes to (typically an\nupgrade). Use `-` to upgrade to the latest version supported by\nthe server.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"LegacyAbac": { |
"description": "Configuration for the legacy Attribute Based Access Control authorization\nmode.", |
"id": "LegacyAbac", |
@@ -951,20 +1347,13 @@ |
}, |
"type": "object" |
}, |
- "SetLabelsRequest": { |
- "description": "SetLabelsRequest sets the Google Cloud Platform labels on a Google Container\nEngine cluster, which will in turn set them for Google Compute Engine\nresources used by that cluster", |
- "id": "SetLabelsRequest", |
+ "SetAddonsConfigRequest": { |
+ "description": "SetAddonsConfigRequest sets the addons associated with the cluster.", |
+ "id": "SetAddonsConfigRequest", |
"properties": { |
- "resourceLabels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The labels to set for that cluster.", |
- "type": "object" |
- }, |
- "labelFingerprint": { |
- "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by\nContainer Engine and changes after every request to modify or update\nlabels. You must always provide an up-to-date fingerprint hash when\nupdating or changing labels. Make a <code>get()</code> request to the\nresource to get the latest fingerprint.", |
- "type": "string" |
+ "addonsConfig": { |
+ "$ref": "AddonsConfig", |
+ "description": "The desired configurations for the various addons available to run in the\ncluster." |
} |
}, |
"type": "object" |
@@ -1011,15 +1400,15 @@ |
"$ref": "NodePoolAutoscaling", |
"description": "Autoscaler configuration for this NodePool. Autoscaler is enabled\nonly if a valid configuration is present." |
}, |
- "management": { |
- "$ref": "NodeManagement", |
- "description": "NodeManagement configuration for this NodePool." |
- }, |
"initialNodeCount": { |
"description": "The initial node count for the pool. You must ensure that your\nCompute Engine <a href=\"/compute/docs/resource-quotas\">resource quota</a>\nis sufficient for this number of instances. You must also have available\nfirewall and routes quota.", |
"format": "int32", |
"type": "integer" |
}, |
+ "management": { |
+ "$ref": "NodeManagement", |
+ "description": "NodeManagement configuration for this NodePool." |
+ }, |
"selfLink": { |
"description": "[Output only] Server-defined URL for the resource.", |
"type": "string" |
@@ -1038,18 +1427,36 @@ |
}, |
"type": "object" |
}, |
+ "SetLabelsRequest": { |
+ "description": "SetLabelsRequest sets the Google Cloud Platform labels on a Google Container\nEngine cluster, which will in turn set them for Google Compute Engine\nresources used by that cluster", |
+ "id": "SetLabelsRequest", |
+ "properties": { |
+ "resourceLabels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The labels to set for that cluster.", |
+ "type": "object" |
+ }, |
+ "labelFingerprint": { |
+ "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by\nContainer Engine and changes after every request to modify or update\nlabels. You must always provide an up-to-date fingerprint hash when\nupdating or changing labels. Make a <code>get()</code> request to the\nresource to get the latest fingerprint.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"NodeManagement": { |
"description": "NodeManagement defines the set of node management services turned on for the\nnode pool.", |
"id": "NodeManagement", |
"properties": { |
- "autoUpgrade": { |
- "description": "A flag that specifies whether node auto-upgrade is enabled for the node\npool. If enabled, node auto-upgrade helps keep the nodes in your node pool\nup to date with the latest release version of Kubernetes.", |
- "type": "boolean" |
- }, |
"autoRepair": { |
"description": "A flag that specifies whether the node auto-repair is enabled for the node\npool. If enabled, the nodes in this node pool will be monitored and, if\nthey fail health checks too many times, an automatic repair action will be\ntriggered.", |
"type": "boolean" |
}, |
+ "autoUpgrade": { |
+ "description": "A flag that specifies whether node auto-upgrade is enabled for the node\npool. If enabled, node auto-upgrade helps keep the nodes in your node pool\nup to date with the latest release version of Kubernetes.", |
+ "type": "boolean" |
+ }, |
"upgradeOptions": { |
"$ref": "AutoUpgradeOptions", |
"description": "Specifies the Auto Upgrade knobs for the node pool." |
@@ -1078,24 +1485,6 @@ |
"description": "This operation resource represents operations that may have happened or are\nhappening on the cluster. All fields are output only.", |
"id": "Operation", |
"properties": { |
- "status": { |
- "description": "The current status of the operation.", |
- "enum": [ |
- "STATUS_UNSPECIFIED", |
- "PENDING", |
- "RUNNING", |
- "DONE", |
- "ABORTING" |
- ], |
- "enumDescriptions": [ |
- "Not set.", |
- "The operation has been created.", |
- "The operation is currently running.", |
- "The operation is done, either cancelled or completed.", |
- "The operation is aborting." |
- ], |
- "type": "string" |
- }, |
"statusMessage": { |
"description": "If an error has occurred, a textual description of the error.", |
"type": "string" |
@@ -1108,14 +1497,14 @@ |
"description": "Server-defined URL for the resource.", |
"type": "string" |
}, |
- "detail": { |
- "description": "Detailed operation progress, if available.", |
- "type": "string" |
- }, |
"targetLink": { |
"description": "Server-defined URL for the target of the operation.", |
"type": "string" |
}, |
+ "detail": { |
+ "description": "Detailed operation progress, if available.", |
+ "type": "string" |
+ }, |
"operationType": { |
"description": "The operation type.", |
"enum": [ |
@@ -1132,7 +1521,9 @@ |
"AUTO_REPAIR_NODES", |
"AUTO_UPGRADE_NODES", |
"SET_LABELS", |
- "SET_MASTER_AUTH" |
+ "SET_MASTER_AUTH", |
+ "SET_NODE_POOL_SIZE", |
+ "SET_NETWORK_POLICY" |
], |
"enumDescriptions": [ |
"Not set.", |
@@ -1148,13 +1539,33 @@ |
"Automatic node pool repair.", |
"Automatic node upgrade.", |
"Set labels.", |
- "Set/generate master auth materials" |
+ "Set/generate master auth materials", |
+ "Set node pool size.", |
+ "Updates network policy for a cluster." |
], |
"type": "string" |
}, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the operation\nis taking place.", |
"type": "string" |
+ }, |
+ "status": { |
+ "description": "The current status of the operation.", |
+ "enum": [ |
+ "STATUS_UNSPECIFIED", |
+ "PENDING", |
+ "RUNNING", |
+ "DONE", |
+ "ABORTING" |
+ ], |
+ "enumDescriptions": [ |
+ "Not set.", |
+ "The operation has been created.", |
+ "The operation is currently running.", |
+ "The operation is done, either cancelled or completed.", |
+ "The operation is aborting." |
+ ], |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1174,19 +1585,79 @@ |
}, |
"type": "object" |
}, |
+ "SetLocationsRequest": { |
+ "description": "SetLocationsRequest sets the locations of the cluster.", |
+ "id": "SetLocationsRequest", |
+ "properties": { |
+ "locations": { |
+ "description": "The desired list of Google Compute Engine\n[locations](/compute/docs/zones#available) in which the cluster's nodes\nshould be located. Changing the locations a cluster is in will result\nin nodes being either created or removed from the cluster, depending on\nwhether locations are being added or removed.\n\nThis list must always include the cluster's primary zone.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"RollbackNodePoolUpgradeRequest": { |
"description": "RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed\nNodePool upgrade. This will be an no-op if the last upgrade successfully\ncompleted.", |
"id": "RollbackNodePoolUpgradeRequest", |
"properties": {}, |
"type": "object" |
}, |
+ "SetNodePoolSizeRequest": { |
+ "description": "SetNodePoolSizeRequest sets the size a node\npool.", |
+ "id": "SetNodePoolSizeRequest", |
+ "properties": { |
+ "nodeCount": { |
+ "description": "The desired node count for the pool.", |
+ "format": "int32", |
+ "type": "integer" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"UpdateClusterRequest": { |
"description": "UpdateClusterRequest updates the settings of a cluster.", |
"id": "UpdateClusterRequest", |
"properties": { |
- "update": { |
- "$ref": "ClusterUpdate", |
- "description": "A description of the update." |
+ "update": { |
+ "$ref": "ClusterUpdate", |
+ "description": "A description of the update." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "NetworkPolicy": { |
+ "description": "Configuration options for the NetworkPolicy feature.\nhttps://kubernetes.io/docs/concepts/services-networking/networkpolicies/", |
+ "id": "NetworkPolicy", |
+ "properties": { |
+ "enabled": { |
+ "description": "Whether network policy is enabled on the cluster.", |
+ "type": "boolean" |
+ }, |
+ "provider": { |
+ "description": "The selected network policy provider.", |
+ "enum": [ |
+ "UNKNOWN", |
+ "CALICO" |
+ ], |
+ "enumDescriptions": [ |
+ "Not set", |
+ "Tigera (Calico Felix)." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "UpdateMasterRequest": { |
+ "description": "UpdateMasterRequest updates the master of the cluster.", |
+ "id": "UpdateMasterRequest", |
+ "properties": { |
+ "masterVersion": { |
+ "description": "The Kubernetes version to change the master to. The only valid value is the\nlatest supported version. Use \"-\" to have the server automatically select\nthe latest version.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1195,27 +1666,6 @@ |
"description": "A Google Container Engine cluster.", |
"id": "Cluster", |
"properties": { |
- "servicesIpv4Cidr": { |
- "description": "[Output only] The IP address range of the Kubernetes services in\nthis cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `1.2.3.4/29`). Service addresses are\ntypically put in the last `/16` from the container CIDR.", |
- "type": "string" |
- }, |
- "enableKubernetesAlpha": { |
- "description": "Kubernetes alpha features are enabled on this cluster. This includes alpha\nAPI groups (e.g. v1alpha1) and features that may not be production ready in\nthe kubernetes version of the master and nodes.\nThe cluster has no SLA for uptime and master/node upgrades are disabled.\nAlpha enabled clusters are automatically deleted thirty days after\ncreation.", |
- "type": "boolean" |
- }, |
- "description": { |
- "description": "An optional description of this cluster.", |
- "type": "string" |
- }, |
- "currentNodeCount": { |
- "description": "[Output only] The number of nodes currently in the cluster.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "monitoringService": { |
- "description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* `monitoring.googleapis.com` - the Google Cloud Monitoring service.\n* `none` - no metrics will be exported from the cluster.\n* if left as an empty string, `monitoring.googleapis.com` will be used.", |
- "type": "string" |
- }, |
"network": { |
"description": "The name of the Google Compute Engine\n[network](/compute/docs/networks-and-firewalls#networks) to which the\ncluster is connected. If left unspecified, the `default` network\nwill be used.", |
"type": "string" |
@@ -1281,12 +1731,16 @@ |
], |
"type": "string" |
}, |
+ "currentNodeVersion": { |
+ "description": "[Output only] The current version of the node software components.\nIf they are currently at multiple versions because they're in the process\nof being upgraded, this reflects the minimum version of all nodes.", |
+ "type": "string" |
+ }, |
"subnetwork": { |
"description": "The name of the Google Compute Engine\n[subnetwork](/compute/docs/subnetworks) to which the\ncluster is connected.", |
"type": "string" |
}, |
- "currentNodeVersion": { |
- "description": "[Output only] The current version of the node software components.\nIf they are currently at multiple versions because they're in the process\nof being upgraded, this reflects the minimum version of all nodes.", |
+ "name": { |
+ "description": "The name of this cluster. The name must be unique within this project\nand zone, and can be up to 40 characters with the following restrictions:\n\n* Lowercase letters, numbers, and hyphens only.\n* Must start with a letter.\n* Must end with a number or a letter.", |
"type": "string" |
}, |
"resourceLabels": { |
@@ -1296,14 +1750,14 @@ |
"description": "The resource labels for the cluster to use to annotate any related\nGoogle Compute Engine resources.", |
"type": "object" |
}, |
- "name": { |
- "description": "The name of this cluster. The name must be unique within this project\nand zone, and can be up to 40 characters with the following restrictions:\n\n* Lowercase letters, numbers, and hyphens only.\n* Must start with a letter.\n* Must end with a number or a letter.", |
- "type": "string" |
- }, |
"initialClusterVersion": { |
"description": "The initial Kubernetes version for this cluster. Valid versions are those\nfound in validMasterVersions returned by getServerConfig. The version can\nbe upgraded over time; such upgrades are reflected in\ncurrentMasterVersion and currentNodeVersion.", |
"type": "string" |
}, |
+ "ipAllocationPolicy": { |
+ "$ref": "IPAllocationPolicy", |
+ "description": "Configuration for cluster IP allocation." |
+ }, |
"endpoint": { |
"description": "[Output only] The IP address of this cluster's master endpoint.\nThe endpoint can be accessed from the internet at\n`https://username:password@endpoint/`.\n\nSee the `masterAuth` property of this resource for username and\npassword information.", |
"type": "string" |
@@ -1325,6 +1779,10 @@ |
"format": "int32", |
"type": "integer" |
}, |
+ "selfLink": { |
+ "description": "[Output only] Server-defined URL for the resource.", |
+ "type": "string" |
+ }, |
"nodePools": { |
"description": "The node pools associated with this cluster.\nThis field should not be set if \"node_config\" or \"initial_node_count\" are\nspecified.", |
"items": { |
@@ -1339,16 +1797,37 @@ |
}, |
"type": "array" |
}, |
- "selfLink": { |
- "description": "[Output only] Server-defined URL for the resource.", |
- "type": "string" |
- }, |
"instanceGroupUrls": { |
"description": "[Output only] The resource URLs of [instance\ngroups](/compute/docs/instance-groups/) associated with this\ncluster.", |
"items": { |
"type": "string" |
}, |
"type": "array" |
+ }, |
+ "networkPolicy": { |
+ "$ref": "NetworkPolicy", |
+ "description": "Configuration options for the NetworkPolicy feature." |
+ }, |
+ "servicesIpv4Cidr": { |
+ "description": "[Output only] The IP address range of the Kubernetes services in\nthis cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `1.2.3.4/29`). Service addresses are\ntypically put in the last `/16` from the container CIDR.", |
+ "type": "string" |
+ }, |
+ "enableKubernetesAlpha": { |
+ "description": "Kubernetes alpha features are enabled on this cluster. This includes alpha\nAPI groups (e.g. v1alpha1) and features that may not be production ready in\nthe kubernetes version of the master and nodes.\nThe cluster has no SLA for uptime and master/node upgrades are disabled.\nAlpha enabled clusters are automatically deleted thirty days after\ncreation.", |
+ "type": "boolean" |
+ }, |
+ "description": { |
+ "description": "An optional description of this cluster.", |
+ "type": "string" |
+ }, |
+ "currentNodeCount": { |
+ "description": "[Output only] The number of nodes currently in the cluster.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "monitoringService": { |
+ "description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* `monitoring.googleapis.com` - the Google Cloud Monitoring service.\n* `none` - no metrics will be exported from the cluster.\n* if left as an empty string, `monitoring.googleapis.com` will be used.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1368,41 +1847,52 @@ |
"description": "ListOperationsResponse is the result of ListOperationsRequest.", |
"id": "ListOperationsResponse", |
"properties": { |
- "operations": { |
- "description": "A list of operations in the project in the specified zone.", |
+ "missingZones": { |
+ "description": "If any zones are listed here, the list of operations returned\nmay be missing the operations from those zones.", |
"items": { |
- "$ref": "Operation" |
+ "type": "string" |
}, |
"type": "array" |
}, |
- "missingZones": { |
- "description": "If any zones are listed here, the list of operations returned\nmay be missing the operations from those zones.", |
+ "operations": { |
+ "description": "A list of operations in the project in the specified zone.", |
"items": { |
- "type": "string" |
+ "$ref": "Operation" |
}, |
"type": "array" |
} |
}, |
"type": "object" |
}, |
+ "SetMonitoringServiceRequest": { |
+ "description": "SetMonitoringServiceRequest sets the monitoring service of a cluster.", |
+ "id": "SetMonitoringServiceRequest", |
+ "properties": { |
+ "monitoringService": { |
+ "description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* \"monitoring.googleapis.com\" - the Google Cloud Monitoring service\n* \"none\" - no metrics will be exported from the cluster", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"ServerConfig": { |
"description": "Container Engine service configuration.", |
"id": "ServerConfig", |
"properties": { |
- "defaultClusterVersion": { |
- "description": "Version of Kubernetes the service deploys by default.", |
- "type": "string" |
+ "validMasterVersions": { |
+ "description": "List of valid master versions.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
}, |
"defaultImageType": { |
"description": "Default image type.", |
"type": "string" |
}, |
- "validNodeVersions": { |
- "description": "List of valid node upgrade target versions.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
+ "defaultClusterVersion": { |
+ "description": "Version of Kubernetes the service deploys by default.", |
+ "type": "string" |
}, |
"validImageTypes": { |
"description": "List of valid image types.", |
@@ -1411,8 +1901,8 @@ |
}, |
"type": "array" |
}, |
- "validMasterVersions": { |
- "description": "List of valid master versions.", |
+ "validNodeVersions": { |
+ "description": "List of valid node upgrade target versions.", |
"items": { |
"type": "string" |
}, |
@@ -1425,18 +1915,6 @@ |
"description": "Parameters that describe the nodes in a cluster.", |
"id": "NodeConfig", |
"properties": { |
- "labels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The map of Kubernetes labels (key/value pairs) to be applied to each node.\nThese will added in addition to any default label(s) that\nKubernetes may apply to the node.\nIn case of conflict in label keys, the applied set may differ depending on\nthe Kubernetes version -- it's best to assume the behavior is undefined\nand conflicts should be avoided.\nFor more information, including usage and the valid values, see:\nhttp://kubernetes.io/v1.1/docs/user-guide/labels.html", |
- "type": "object" |
- }, |
- "localSsdCount": { |
- "description": "The number of local SSD disks to be attached to the node.\n\nThe limit for this value is dependant upon the maximum number of\ndisks available on a machine per zone. See:\nhttps://cloud.google.com/compute/docs/disks/local-ssd#local_ssd_limits\nfor more information.", |
- "format": "int32", |
- "type": "integer" |
- }, |
"metadata": { |
"additionalProperties": { |
"type": "string" |
@@ -1478,6 +1956,18 @@ |
"preemptible": { |
"description": "Whether the nodes are created as preemptible VM instances. See:\nhttps://cloud.google.com/compute/docs/instances/preemptible for more\ninformation about preemptible VM instances.", |
"type": "boolean" |
+ }, |
+ "labels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The map of Kubernetes labels (key/value pairs) to be applied to each node.\nThese will added in addition to any default label(s) that\nKubernetes may apply to the node.\nIn case of conflict in label keys, the applied set may differ depending on\nthe Kubernetes version -- it's best to assume the behavior is undefined\nand conflicts should be avoided.\nFor more information, including usage and the valid values, see:\nhttp://kubernetes.io/v1.1/docs/user-guide/labels.html", |
+ "type": "object" |
+ }, |
+ "localSsdCount": { |
+ "description": "The number of local SSD disks to be attached to the node.\n\nThe limit for this value is dependant upon the maximum number of\ndisks available on a machine per zone. See:\nhttps://cloud.google.com/compute/docs/disks/local-ssd#local_ssd_limits\nfor more information.", |
+ "format": "int32", |
+ "type": "integer" |
} |
}, |
"type": "object" |
@@ -1486,18 +1976,10 @@ |
"description": "The authentication information for accessing the master endpoint.\nAuthentication can be done using HTTP basic auth or using client\ncertificates.", |
"id": "MasterAuth", |
"properties": { |
- "clientKey": { |
- "description": "[Output only] Base64-encoded private key used by clients to authenticate\nto the cluster endpoint.", |
- "type": "string" |
- }, |
"clusterCaCertificate": { |
"description": "[Output only] Base64-encoded public certificate that is the root of\ntrust for the cluster.", |
"type": "string" |
}, |
- "password": { |
- "description": "The password to use for HTTP basic authentication to the master endpoint.\nBecause the master endpoint is open to the Internet, you should create a\nstrong password. If a password is provided for cluster creation, username\nmust be non-empty.", |
- "type": "string" |
- }, |
"clientCertificate": { |
"description": "[Output only] Base64-encoded public certificate used by clients to\nauthenticate to the cluster endpoint.", |
"type": "string" |
@@ -1505,6 +1987,18 @@ |
"username": { |
"description": "The username to use for HTTP basic authentication to the master endpoint.\nFor clusters v1.6.0 and later, you can disable basic authentication by\nproviding an empty username.", |
"type": "string" |
+ }, |
+ "password": { |
+ "description": "The password to use for HTTP basic authentication to the master endpoint.\nBecause the master endpoint is open to the Internet, you should create a\nstrong password. If a password is provided for cluster creation, username\nmust be non-empty.", |
+ "type": "string" |
+ }, |
+ "clientCertificateConfig": { |
+ "$ref": "ClientCertificateConfig", |
+ "description": "Configuration for client certificate authentication on the cluster. If no\nconfiguration is specified, a client certificate is issued." |
+ }, |
+ "clientKey": { |
+ "description": "[Output only] Base64-encoded private key used by clients to authenticate\nto the cluster endpoint.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1513,13 +2007,13 @@ |
"description": "AutoUpgradeOptions defines the set of options for the user to control how\nthe Auto Upgrades will proceed.", |
"id": "AutoUpgradeOptions", |
"properties": { |
- "autoUpgradeStartTime": { |
- "description": "[Output only] This field is set when upgrades are about to commence\nwith the approximate start time for the upgrades, in\n[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
- "type": "string" |
- }, |
"description": { |
"description": "[Output only] This field is set when upgrades are about to commence\nwith the description of the upgrade.", |
"type": "string" |
+ }, |
+ "autoUpgradeStartTime": { |
+ "description": "[Output only] This field is set when upgrades are about to commence\nwith the approximate start time for the upgrades, in\n[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1528,17 +2022,17 @@ |
"description": "ListClustersResponse is the result of ListClustersRequest.", |
"id": "ListClustersResponse", |
"properties": { |
- "clusters": { |
- "description": "A list of clusters in the project in the specified zone, or\nacross all ones.", |
+ "missingZones": { |
+ "description": "If any zones are listed here, the list of clusters returned\nmay be missing those zones.", |
"items": { |
- "$ref": "Cluster" |
+ "type": "string" |
}, |
"type": "array" |
}, |
- "missingZones": { |
- "description": "If any zones are listed here, the list of clusters returned\nmay be missing those zones.", |
+ "clusters": { |
+ "description": "A list of clusters in the project in the specified zone, or\nacross all ones.", |
"items": { |
- "type": "string" |
+ "$ref": "Cluster" |
}, |
"type": "array" |
} |
@@ -1556,14 +2050,32 @@ |
}, |
"type": "object" |
}, |
+ "SetNetworkPolicyRequest": { |
+ "description": "SetNetworkPolicyRequest enables/disables network policy for a cluster.", |
+ "id": "SetNetworkPolicyRequest", |
+ "properties": { |
+ "networkPolicy": { |
+ "$ref": "NetworkPolicy", |
+ "description": "Configuration options for the NetworkPolicy feature." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ClientCertificateConfig": { |
+ "description": "Configuration for client certificates on the cluster.", |
+ "id": "ClientCertificateConfig", |
+ "properties": { |
+ "issueClientCertificate": { |
+ "description": "Issue a client certificate.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"NodePoolAutoscaling": { |
"description": "NodePoolAutoscaling contains information required by cluster autoscaler to\nadjust the size of the node pool to the current cluster usage.", |
"id": "NodePoolAutoscaling", |
"properties": { |
- "enabled": { |
- "description": "Is autoscaling enabled for this node pool.", |
- "type": "boolean" |
- }, |
"maxNodeCount": { |
"description": "Maximum number of nodes in the NodePool. Must be >= min_node_count. There\nhas to enough quota to scale up the cluster.", |
"format": "int32", |
@@ -1573,6 +2085,10 @@ |
"description": "Minimum number of nodes in the NodePool. Must be >= 1 and <=\nmax_node_count.", |
"format": "int32", |
"type": "integer" |
+ }, |
+ "enabled": { |
+ "description": "Is autoscaling enabled for this node pool.", |
+ "type": "boolean" |
} |
}, |
"type": "object" |
@@ -1602,18 +2118,41 @@ |
}, |
"type": "object" |
}, |
- "ClusterUpdate": { |
- "description": "ClusterUpdate describes an update to the cluster. Exactly one update can\nbe applied to a cluster with each request, so at most one field can be\nprovided.", |
- "id": "ClusterUpdate", |
+ "IPAllocationPolicy": { |
+ "description": "Configuration for controlling how IPs are allocated in the cluster.", |
+ "id": "IPAllocationPolicy", |
"properties": { |
- "desiredAddonsConfig": { |
- "$ref": "AddonsConfig", |
- "description": "Configurations for the various addons available to run in the cluster." |
+ "subnetworkName": { |
+ "description": "A custom subnetwork name to be used if `create_subnetwork` is true. If\nthis field is empty, then an automatic name will choosen for the new\nsubnetwork.", |
+ "type": "string" |
}, |
- "desiredNodePoolId": { |
- "description": "The node pool to be upgraded. This field is mandatory if\n\"desired_node_version\", \"desired_image_family\" or\n\"desired_node_pool_autoscaling\" is specified and there is more than one\nnode pool on the cluster.", |
+ "clusterIpv4Cidr": { |
+ "description": "The IP address range for the cluster pod IPs. If this field is set, then\n`cluster.cluster_ipv4_cidr` must be left blank.\n\nThis field is only applicable when `use_ip_aliases` is true.\n\nSet to blank to have a range will be chosen with the default size.\n\nSet to /netmask (e.g. `/14`) to have a range be chosen with a specific\nnetmask.\n\nSet to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.\n`10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range\nto use.", |
+ "type": "string" |
+ }, |
+ "nodeIpv4Cidr": { |
+ "description": "The IP address range of the instance IPs in this cluster.\n\nThis is applicable only if `create_subnetwork` is true.\n\nSet to blank to have a range will be chosen with the default size.\n\nSet to /netmask (e.g. `/14`) to have a range be chosen with a specific\nnetmask.\n\nSet to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.\n`10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range\nto use.", |
"type": "string" |
}, |
+ "servicesIpv4Cidr": { |
+ "description": "The IP address range of the services IPs in this cluster. If blank, a range\nwill be automatically chosen with the default size.\n\nThis field is only applicable when `use_ip_aliases` is true.\n\nSet to blank to have a range will be chosen with the default size.\n\nSet to /netmask (e.g. `/14`) to have a range be chosen with a specific\nnetmask.\n\nSet to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.\n`10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range\nto use.", |
+ "type": "string" |
+ }, |
+ "useIpAliases": { |
+ "description": "Whether alias IPs will be used for pod IPs in the cluster.", |
+ "type": "boolean" |
+ }, |
+ "createSubnetwork": { |
+ "description": "Whether a new subnetwork will be created automatically for the cluster.\n\nThis field is only applicable when `use_ip_aliases` is true.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ClusterUpdate": { |
+ "description": "ClusterUpdate describes an update to the cluster. Exactly one update can\nbe applied to a cluster with each request, so at most one field can be\nprovided.", |
+ "id": "ClusterUpdate", |
+ "properties": { |
"desiredNodeVersion": { |
"description": "The Kubernetes version to change the nodes to (typically an\nupgrade). Use `-` to upgrade to the latest version supported by\nthe server.", |
"type": "string" |
@@ -1622,6 +2161,10 @@ |
"description": "The Kubernetes version to change the master to. The only valid value is the\nlatest supported version. Use \"-\" to have the server automatically select\nthe latest version.", |
"type": "string" |
}, |
+ "desiredNodePoolAutoscaling": { |
+ "$ref": "NodePoolAutoscaling", |
+ "description": "Autoscaler configuration for the node pool specified in\ndesired_node_pool_id. If there is only one pool in the\ncluster and desired_node_pool_id is not provided then\nthe change applies to that single node pool." |
+ }, |
"desiredLocations": { |
"description": "The desired list of Google Compute Engine\n[locations](/compute/docs/zones#available) in which the cluster's nodes\nshould be located. Changing the locations a cluster is in will result\nin nodes being either created or removed from the cluster, depending on\nwhether locations are being added or removed.\n\nThis list must always include the cluster's primary zone.", |
"items": { |
@@ -1629,10 +2172,6 @@ |
}, |
"type": "array" |
}, |
- "desiredNodePoolAutoscaling": { |
- "$ref": "NodePoolAutoscaling", |
- "description": "Autoscaler configuration for the node pool specified in\ndesired_node_pool_id. If there is only one pool in the\ncluster and desired_node_pool_id is not provided then\nthe change applies to that single node pool." |
- }, |
"desiredMonitoringService": { |
"description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* \"monitoring.googleapis.com\" - the Google Cloud Monitoring service\n* \"none\" - no metrics will be exported from the cluster", |
"type": "string" |
@@ -1640,6 +2179,25 @@ |
"desiredImageType": { |
"description": "The desired image type for the node pool.\nNOTE: Set the \"desired_node_pool\" field as well.", |
"type": "string" |
+ }, |
+ "desiredAddonsConfig": { |
+ "$ref": "AddonsConfig", |
+ "description": "Configurations for the various addons available to run in the cluster." |
+ }, |
+ "desiredNodePoolId": { |
+ "description": "The node pool to be upgraded. This field is mandatory if\n\"desired_node_version\", \"desired_image_family\" or\n\"desired_node_pool_autoscaling\" is specified and there is more than one\nnode pool on the cluster.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "SetLoggingServiceRequest": { |
+ "description": "SetLoggingServiceRequest sets the logging service of a cluster.", |
+ "id": "SetLoggingServiceRequest", |
+ "properties": { |
+ "loggingService": { |
+ "description": "The logging service the cluster should use to write metrics.\nCurrently available options:\n\n* \"logging.googleapis.com\" - the Google Cloud Logging service\n* \"none\" - no metrics will be exported from the cluster", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1655,6 +2213,12 @@ |
}, |
"type": "object" |
}, |
+ "Empty": { |
+ "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
+ "id": "Empty", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
"SetNodePoolManagementRequest": { |
"description": "SetNodePoolManagementRequest sets the node management properties of a node\npool.", |
"id": "SetNodePoolManagementRequest", |
@@ -1666,10 +2230,15 @@ |
}, |
"type": "object" |
}, |
- "Empty": { |
- "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
- "id": "Empty", |
- "properties": {}, |
+ "SetNodePoolAutoscalingRequest": { |
+ "description": "SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.", |
+ "id": "SetNodePoolAutoscalingRequest", |
+ "properties": { |
+ "autoscaling": { |
+ "$ref": "NodePoolAutoscaling", |
+ "description": "Autoscaling configuration for the node pool." |
+ } |
+ }, |
"type": "object" |
}, |
"CreateClusterRequest": { |