Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Side by Side Diff: discovery/googleapis/container__v1.json

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://container.googleapis.com/", 12 "baseUrl": "https://container.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "description": "The Google Container Engine API is used for building and man aging container based applications, powered by the open source Kubernetes techno logy.", 14 "description": "The Google Container Engine API is used for building and man aging container based applications, powered by the open source Kubernetes techno logy.",
15 "discoveryVersion": "v1", 15 "discoveryVersion": "v1",
16 "documentationLink": "https://cloud.google.com/container-engine/", 16 "documentationLink": "https://cloud.google.com/container-engine/",
17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/6g1NnM2JgMMXgWbO_PX25Eu0zKs\"", 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Vmrv21Kwmp4yTwV0XSOuz_5Y67k\"",
18 "icons": { 18 "icons": {
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
21 }, 21 },
22 "id": "container:v1", 22 "id": "container:v1",
23 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
24 "name": "container", 24 "name": "container",
25 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
26 "ownerName": "Google", 26 "ownerName": "Google",
27 "parameters": { 27 "parameters": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ], 101 ],
102 "location": "query", 102 "location": "query",
103 "type": "string" 103 "type": "string"
104 } 104 }
105 }, 105 },
106 "protocol": "rest", 106 "protocol": "rest",
107 "resources": { 107 "resources": {
108 "projects": { 108 "projects": {
109 "resources": { 109 "resources": {
110 "zones": { 110 "zones": {
111 "methods": {
112 "getServerconfig": {
113 "description": "Returns configuration info about the Container Engine service.",
114 "httpMethod": "GET",
115 "id": "container.projects.zones.getServerconfig",
116 "parameterOrder": [
117 "projectId",
118 "zone"
119 ],
120 "parameters": {
121 "projectId": {
122 "description": "The Google Developers Consol e [project ID or project number](https://developers.google.com/console/help/new/ #projectnumber).",
123 "location": "path",
124 "required": true,
125 "type": "string"
126 },
127 "zone": {
128 "description": "The name of the Google Compu te Engine [zone](/compute/docs/zones#available) to return operations for, or \"- \" for all zones.",
129 "location": "path",
130 "required": true,
131 "type": "string"
132 }
133 },
134 "path": "v1/projects/{projectId}/zones/{zone}/server config",
135 "response": {
136 "$ref": "ServerConfig"
137 },
138 "scopes": [
139 "https://www.googleapis.com/auth/cloud-platform"
140 ]
141 }
142 },
111 "resources": { 143 "resources": {
112 "clusters": { 144 "clusters": {
113 "methods": { 145 "methods": {
114 "list": { 146 "list": {
115 "description": "Lists all clusters owned by a project in either the specified zone or all zones.", 147 "description": "Lists all clusters owned by a project in either the specified zone or all zones.",
116 "httpMethod": "GET", 148 "httpMethod": "GET",
117 "id": "container.projects.zones.clusters.lis t", 149 "id": "container.projects.zones.clusters.lis t",
118 "parameterOrder": [ 150 "parameterOrder": [
119 "projectId", 151 "projectId",
120 "zone" 152 "zone"
121 ], 153 ],
122 "parameters": { 154 "parameters": {
123 "projectId": { 155 "projectId": {
124 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 156 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
125 "location": "path", 157 "location": "path",
126 "required": true, 158 "required": true,
127 "type": "string" 159 "type": "string"
128 }, 160 },
129 "zone": { 161 "zone": {
130 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides, or \"-\" for all zones.", 162 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides, or \"-\" for all zones.",
131 "location": "path", 163 "location": "path",
132 "required": true, 164 "required": true,
133 "type": "string" 165 "type": "string"
134 } 166 }
(...skipping 10 matching lines...) Expand all
145 "description": "Gets a specific cluster.", 177 "description": "Gets a specific cluster.",
146 "httpMethod": "GET", 178 "httpMethod": "GET",
147 "id": "container.projects.zones.clusters.get ", 179 "id": "container.projects.zones.clusters.get ",
148 "parameterOrder": [ 180 "parameterOrder": [
149 "projectId", 181 "projectId",
150 "zone", 182 "zone",
151 "clusterId" 183 "clusterId"
152 ], 184 ],
153 "parameters": { 185 "parameters": {
154 "projectId": { 186 "projectId": {
155 "description": "The Google Developer s Console A [project ID](https://console.developers.google.com/project) or [proj ect number](https://developers.google.com/console/help/project-number)", 187 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
156 "location": "path", 188 "location": "path",
157 "required": true, 189 "required": true,
158 "type": "string" 190 "type": "string"
159 }, 191 },
160 "zone": { 192 "zone": {
161 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.", 193 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.",
162 "location": "path", 194 "location": "path",
163 "required": true, 195 "required": true,
164 "type": "string" 196 "type": "string"
165 }, 197 },
166 "clusterId": { 198 "clusterId": {
167 "description": "The name of the clus ter to retrieve.", 199 "description": "The name of the clus ter to retrieve.",
168 "location": "path", 200 "location": "path",
169 "required": true, 201 "required": true,
170 "type": "string" 202 "type": "string"
171 } 203 }
172 }, 204 },
173 "path": "v1/projects/{projectId}/zones/{zone }/clusters/{clusterId}", 205 "path": "v1/projects/{projectId}/zones/{zone }/clusters/{clusterId}",
174 "response": { 206 "response": {
175 "$ref": "Cluster" 207 "$ref": "Cluster"
176 }, 208 },
177 "scopes": [ 209 "scopes": [
178 "https://www.googleapis.com/auth/cloud-p latform" 210 "https://www.googleapis.com/auth/cloud-p latform"
179 ] 211 ]
180 }, 212 },
181 "create": { 213 "create": {
182 "description": "Creates a cluster, consistin g of the specified number and type of Google Compute Engine instances, plus a Ku bernetes master endpoint. By default, the cluster is created in the project's [d efault network]('/compute/docs/networking#networks_1'). One firewall is added fo r the cluster. After cluster creation, the cluster creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicat ing which CIDR range is being used by the cluster.", 214 "description": "Creates a cluster, consistin g of the specified number and type of Google Compute Engine instances, plus a Ku bernetes master endpoint. By default, the cluster is created in the project's [d efault network](/compute/docs/networking#networks_1). One firewall is added for the cluster. After cluster creation, the cluster creates routes for each node to allow the containers on that node to communicate with all other instances in th e cluster. Finally, an entry is added to the project's global metadata indicatin g which CIDR range is being used by the cluster.",
183 "httpMethod": "POST", 215 "httpMethod": "POST",
184 "id": "container.projects.zones.clusters.cre ate", 216 "id": "container.projects.zones.clusters.cre ate",
185 "parameterOrder": [ 217 "parameterOrder": [
186 "projectId", 218 "projectId",
187 "zone" 219 "zone"
188 ], 220 ],
189 "parameters": { 221 "parameters": {
190 "projectId": { 222 "projectId": {
191 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 223 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
192 "location": "path", 224 "location": "path",
193 "required": true, 225 "required": true,
194 "type": "string" 226 "type": "string"
195 }, 227 },
196 "zone": { 228 "zone": {
197 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.", 229 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.",
198 "location": "path", 230 "location": "path",
199 "required": true, 231 "required": true,
200 "type": "string" 232 "type": "string"
201 } 233 }
(...skipping 13 matching lines...) Expand all
215 "description": "Update settings of a specifi c cluster.", 247 "description": "Update settings of a specifi c cluster.",
216 "httpMethod": "PUT", 248 "httpMethod": "PUT",
217 "id": "container.projects.zones.clusters.upd ate", 249 "id": "container.projects.zones.clusters.upd ate",
218 "parameterOrder": [ 250 "parameterOrder": [
219 "projectId", 251 "projectId",
220 "zone", 252 "zone",
221 "clusterId" 253 "clusterId"
222 ], 254 ],
223 "parameters": { 255 "parameters": {
224 "projectId": { 256 "projectId": {
225 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 257 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
226 "location": "path", 258 "location": "path",
227 "required": true, 259 "required": true,
228 "type": "string" 260 "type": "string"
229 }, 261 },
230 "zone": { 262 "zone": {
231 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.", 263 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.",
232 "location": "path", 264 "location": "path",
233 "required": true, 265 "required": true,
234 "type": "string" 266 "type": "string"
235 }, 267 },
(...skipping 19 matching lines...) Expand all
255 "description": "Deletes the cluster, includi ng the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted.", 287 "description": "Deletes the cluster, includi ng the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted.",
256 "httpMethod": "DELETE", 288 "httpMethod": "DELETE",
257 "id": "container.projects.zones.clusters.del ete", 289 "id": "container.projects.zones.clusters.del ete",
258 "parameterOrder": [ 290 "parameterOrder": [
259 "projectId", 291 "projectId",
260 "zone", 292 "zone",
261 "clusterId" 293 "clusterId"
262 ], 294 ],
263 "parameters": { 295 "parameters": {
264 "projectId": { 296 "projectId": {
265 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 297 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
266 "location": "path", 298 "location": "path",
267 "required": true, 299 "required": true,
268 "type": "string" 300 "type": "string"
269 }, 301 },
270 "zone": { 302 "zone": {
271 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.", 303 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.",
272 "location": "path", 304 "location": "path",
273 "required": true, 305 "required": true,
274 "type": "string" 306 "type": "string"
275 }, 307 },
(...skipping 19 matching lines...) Expand all
295 "list": { 327 "list": {
296 "description": "Lists all operations in a pr oject in a specific zone or all zones.", 328 "description": "Lists all operations in a pr oject in a specific zone or all zones.",
297 "httpMethod": "GET", 329 "httpMethod": "GET",
298 "id": "container.projects.zones.operations.l ist", 330 "id": "container.projects.zones.operations.l ist",
299 "parameterOrder": [ 331 "parameterOrder": [
300 "projectId", 332 "projectId",
301 "zone" 333 "zone"
302 ], 334 ],
303 "parameters": { 335 "parameters": {
304 "projectId": { 336 "projectId": {
305 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 337 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
306 "location": "path", 338 "location": "path",
307 "required": true, 339 "required": true,
308 "type": "string" 340 "type": "string"
309 }, 341 },
310 "zone": { 342 "zone": {
311 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) to return operations for , or \"-\" for all zones.", 343 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) to return operations for , or \"-\" for all zones.",
312 "location": "path", 344 "location": "path",
313 "required": true, 345 "required": true,
314 "type": "string" 346 "type": "string"
315 } 347 }
(...skipping 10 matching lines...) Expand all
326 "description": "Gets the specified operation .", 358 "description": "Gets the specified operation .",
327 "httpMethod": "GET", 359 "httpMethod": "GET",
328 "id": "container.projects.zones.operations.g et", 360 "id": "container.projects.zones.operations.g et",
329 "parameterOrder": [ 361 "parameterOrder": [
330 "projectId", 362 "projectId",
331 "zone", 363 "zone",
332 "operationId" 364 "operationId"
333 ], 365 ],
334 "parameters": { 366 "parameters": {
335 "projectId": { 367 "projectId": {
336 "description": "The Google Developer s Console [project ID](https://console.developers.google.com/project) or [projec t number](https://developers.google.com/console/help/project-number)", 368 "description": "The Google Developer s Console [project ID or project number](https://developers.google.com/console/h elp/new/#projectnumber).",
337 "location": "path", 369 "location": "path",
338 "required": true, 370 "required": true,
339 "type": "string" 371 "type": "string"
340 }, 372 },
341 "zone": { 373 "zone": {
342 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.", 374 "description": "The name of the Goog le Compute Engine [zone](/compute/docs/zones#available) in which the cluster res ides.",
343 "location": "path", 375 "location": "path",
344 "required": true, 376 "required": true,
345 "type": "string" 377 "type": "string"
346 }, 378 },
(...skipping 12 matching lines...) Expand all
359 "https://www.googleapis.com/auth/cloud-p latform" 391 "https://www.googleapis.com/auth/cloud-p latform"
360 ] 392 ]
361 } 393 }
362 } 394 }
363 } 395 }
364 } 396 }
365 } 397 }
366 } 398 }
367 } 399 }
368 }, 400 },
369 "revision": "20150605", 401 "revision": "20150603",
370 "rootUrl": "https://container.googleapis.com/", 402 "rootUrl": "https://container.googleapis.com/",
371 "schemas": { 403 "schemas": {
372 "ListClustersResponse": { 404 "ListClustersResponse": {
373 "description": "ListClustersResponse is the result of ListClustersRe quest.", 405 "description": "ListClustersResponse is the result of ListClustersRe quest.",
374 "id": "ListClustersResponse", 406 "id": "ListClustersResponse",
375 "properties": { 407 "properties": {
376 "clusters": { 408 "clusters": {
377 "description": "A list of clusters in the project in the spe cified zone, or across all ones.", 409 "description": "A list of clusters in the project in the spe cified zone, or across all ones.",
378 "items": { 410 "items": {
379 "$ref": "Cluster" 411 "$ref": "Cluster"
(...skipping 15 matching lines...) Expand all
395 "description": "An optional description of this cluster.", 427 "description": "An optional description of this cluster.",
396 "type": "string" 428 "type": "string"
397 }, 429 },
398 "initialNodeCount": { 430 "initialNodeCount": {
399 "description": "The number of nodes to create in this cluste r. You must ensure that your Compute Engine [resource quota](/compute/docs/resou rce-quotas) is sufficient for this number of instances. You must also have avail able firewall and routes quota.", 431 "description": "The number of nodes to create in this cluste r. You must ensure that your Compute Engine [resource quota](/compute/docs/resou rce-quotas) is sufficient for this number of instances. You must also have avail able firewall and routes quota.",
400 "format": "int32", 432 "format": "int32",
401 "type": "integer" 433 "type": "integer"
402 }, 434 },
403 "nodeConfig": { 435 "nodeConfig": {
404 "$ref": "NodeConfig", 436 "$ref": "NodeConfig",
405 "description": "Parameters used in creating the cluster's no des. See the descriptions of the child properties of `nodeConfig`." 437 "description": "Parameters used in creating the cluster's no des. See the descriptions of the child properties of `nodeConfig`. If unspecifie d, the defaults for all child properties are used."
406 }, 438 },
407 "masterAuth": { 439 "masterAuth": {
408 "$ref": "MasterAuth", 440 "$ref": "MasterAuth",
409 "description": "The authentication information for accessing the master." 441 "description": "The authentication information for accessing the master."
410 }, 442 },
411 "loggingService": { 443 "loggingService": {
412 "description": "The logging service that the cluster should write logs to. Currently available options: * \"logging.googleapis.com\" - the G oogle Cloud Logging service * \"none\" - no logs will be exported from the clust er * \"\" - default value; the default is \"logging.googleapis.com\"", 444 "description": "The logging service that the cluster should write logs to. Currently available options: * \"logging.googleapis.com\" - the G oogle Cloud Logging service * \"none\" - no logs will be exported from the clust er * \"\" - default value; the default is \"logging.googleapis.com\"",
413 "type": "string" 445 "type": "string"
414 }, 446 },
415 "monitoringService": { 447 "monitoringService": {
416 "description": "The monitoring service that the cluster shou ld write metrics to. Currently available options: * \"monitoring.googleapis.com\ " - the Google Cloud Monitoring service * \"none\" - no metrics will be exported from the cluster * \"\" - default value; the default is \"monitoring.googleapis .com\"", 448 "description": "The monitoring service that the cluster shou ld write metrics to. Currently available options: * \"monitoring.googleapis.com\ " - the Google Cloud Monitoring service * \"none\" - no metrics will be exported from the cluster * \"\" - default value; the default is \"monitoring.googleapis .com\"",
417 "type": "string" 449 "type": "string"
418 }, 450 },
419 "network": { 451 "network": {
420 "description": "The name of the Google Compute Engine [netwo rk](/compute/docs/networking#networks_1) to which the cluster is connected. If l eft unspecified, the \"default\" network will be used.", 452 "description": "The name of the Google Compute Engine [netwo rk](/compute/docs/networking#networks_1) to which the cluster is connected. If l eft unspecified, the \"default\" network will be used.",
421 "type": "string" 453 "type": "string"
422 }, 454 },
423 "clusterIpv4Cidr": { 455 "clusterIpv4Cidr": {
424 "description": "The IP address range of the container pods i n this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Ro uting) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically cho sen or specify a `/14` block in `10.0.0.0/8` or `172.16.0.0/12`.", 456 "description": "The IP address range of the container pods i n this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Ro uting) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically cho sen or specify a `/14` block in `10.0.0.0/8`.",
425 "type": "string" 457 "type": "string"
426 }, 458 },
427 "selfLink": { 459 "selfLink": {
428 "description": "[Output only] Server-defined URL for the res ource. @OutputOnly.", 460 "description": "[Output only] Server-defined URL for the res ource.",
429 "type": "string" 461 "type": "string"
430 }, 462 },
431 "zone": { 463 "zone": {
432 "description": "[Output only] The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides. @Out putOnly.", 464 "description": "[Output only] The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.",
433 "type": "string" 465 "type": "string"
434 }, 466 },
435 "endpoint": { 467 "endpoint": {
436 "description": "[Output only] The IP address of this cluster 's Kubernetes master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. @OutputOnly. See the `masterAuth` proper ty of this resource for username and password information.", 468 "description": "[Output only] The IP address of this cluster 's Kubernetes master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this re source for username and password information.",
437 "type": "string" 469 "type": "string"
438 }, 470 },
439 "initialClusterVersion": { 471 "initialClusterVersion": {
440 "description": "[Output only] The software version of Kubern etes master and kubelets used in the cluster when it was first created. The vers ion can be upgraded over time. @OutputOnly.", 472 "description": "[Output only] The software version of Kubern etes master and kubelets used in the cluster when it was first created. The vers ion can be upgraded over time.",
441 "type": "string" 473 "type": "string"
442 }, 474 },
443 "currentMasterVersion": { 475 "currentMasterVersion": {
444 "description": "[Output only] The current software version o f the master endpoint. @OutputOnly.", 476 "description": "[Output only] The current software version o f the master endpoint.",
445 "type": "string" 477 "type": "string"
446 }, 478 },
447 "currentNodeVersion": { 479 "currentNodeVersion": {
448 "description": "[Output only] The current version of the nod e software components. If they are currently at different versions because they' re in the process of being upgraded, this reflects the minimum version of any of them. @OutputOnly.", 480 "description": "[Output only] The current version of the nod e software components. If they are currently at different versions because they' re in the process of being upgraded, this reflects the minimum version of any of them.",
449 "type": "string" 481 "type": "string"
450 }, 482 },
451 "createTime": { 483 "createTime": {
452 "description": "[Output only] The time the cluster was creat ed, in [RFC3339](href='https://www.ietf.org/rfc/rfc3339.txt) text format. @Outpu tOnly.", 484 "description": "[Output only] The time the cluster was creat ed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
453 "type": "string" 485 "type": "string"
454 }, 486 },
455 "status": { 487 "status": {
456 "description": "[Output only] The current status of this clu ster. @OutputOnly.", 488 "description": "[Output only] The current status of this clu ster.",
457 "enum": [ 489 "enum": [
458 "STATUS_UNSPECIFIED", 490 "STATUS_UNSPECIFIED",
459 "PROVISIONING", 491 "PROVISIONING",
460 "RUNNING", 492 "RUNNING",
461 "RECONCILING", 493 "RECONCILING",
462 "STOPPING", 494 "STOPPING",
463 "ERROR" 495 "ERROR"
464 ], 496 ],
465 "type": "string" 497 "type": "string"
466 }, 498 },
467 "statusMessage": { 499 "statusMessage": {
468 "description": "[Output only] Additional information about t he current status of this cluster, if available. @OutputOnly.", 500 "description": "[Output only] Additional information about t he current status of this cluster, if available.",
469 "type": "string" 501 "type": "string"
470 }, 502 },
471 "nodeIpv4CidrSize": { 503 "nodeIpv4CidrSize": {
472 "description": "[Output only] The size of the address space on each node for hosting containers. This is provisioned from within the contain er_ipv4_cidr range. @OutputOnly.", 504 "description": "[Output only] The size of the address space on each node for hosting containers. This is provisioned from within the contain er_ipv4_cidr range.",
473 "format": "int32", 505 "format": "int32",
474 "type": "integer" 506 "type": "integer"
475 }, 507 },
476 "servicesIpv4Cidr": { 508 "servicesIpv4Cidr": {
477 "description": "[Output only] The IP address range of the Ku bernetes services in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classl ess_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). Service addresses are ty pically put in the last /16 from the container CIDR. @OutputOnly.", 509 "description": "[Output only] The IP address range of the Ku bernetes services in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classl ess_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). Service addresses are ty pically put in the last /16 from the container CIDR.",
478 "type": "string" 510 "type": "string"
479 }, 511 },
480 "instanceGroupUrls": { 512 "instanceGroupUrls": {
481 "description": "[Output only] The resource URLs of [instance groups](/compute/docs/instance-groups/) associated with this cluster. @OutputOn ly.", 513 "description": "[Output only] The resource URLs of [instance groups](/compute/docs/instance-groups/) associated with this cluster.",
482 "items": { 514 "items": {
483 "type": "string" 515 "type": "string"
484 }, 516 },
485 "type": "array" 517 "type": "array"
486 } 518 }
487 }, 519 },
488 "type": "object" 520 "type": "object"
489 }, 521 },
490 "NodeConfig": { 522 "NodeConfig": {
491 "description": "Per-node parameters.", 523 "description": "Per-node parameters.",
492 "id": "NodeConfig", 524 "id": "NodeConfig",
493 "properties": { 525 "properties": {
494 "machineType": { 526 "machineType": {
495 "description": "The name of a Google Compute Engine [machine type](/compute/docs/machine-types) (e.g. `n1-standard-1`). If unspecified, the default machine type is `n1-standard-1`.", 527 "description": "The name of a Google Compute Engine [machine type](/compute/docs/machine-types) (e.g. `n1-standard-1`). If unspecified, the default machine type is `n1-standard-1`.",
496 "type": "string" 528 "type": "string"
497 }, 529 },
498 "diskSizeGb": { 530 "diskSizeGb": {
499 "description": "Size of the disk attached to each node, spec ified in GB. The smallest allowed disk size is 10GB, and the default is 100GB.", 531 "description": "Size of the disk attached to each node, spec ified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.",
500 "format": "int32", 532 "format": "int32",
501 "type": "integer" 533 "type": "integer"
502 }, 534 },
503 "oauthScopes": { 535 "oauthScopes": {
504 "description": "The set of Google API scopes to be made avai lable on all of the node VMs under the \"default\" service account. Currently, t he following scopes are necessary to ensure the correct functioning of the clust er: * \"https://www.googleapis.com/auth/compute\" * \"https://www.googleapis.com /auth/devstorage.read_only\"", 536 "description": "The set of Google API scopes to be made avai lable on all of the node VMs under the \"default\" service account. The followin g scopes are recommended, but not required, and by default are not included: * ` https://www.googleapis.com/auth/compute` is required for mounting persistent sto rage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with *gcr.io*. If unspecified, no scopes are added.",
505 "items": { 537 "items": {
506 "type": "string" 538 "type": "string"
507 }, 539 },
508 "type": "array" 540 "type": "array"
509 } 541 }
510 }, 542 },
511 "type": "object" 543 "type": "object"
512 }, 544 },
513 "MasterAuth": { 545 "MasterAuth": {
514 "description": "The authentication information for accessing the mas ter endpoint. Authentication can be done using HTTP basic auth or using client c ertificates.", 546 "description": "The authentication information for accessing the mas ter endpoint. Authentication can be done using HTTP basic auth or using client c ertificates.",
515 "id": "MasterAuth", 547 "id": "MasterAuth",
516 "properties": { 548 "properties": {
517 "username": { 549 "username": {
518 "description": "The username to use for HTTP basic authentic ation when accessing the Kubernetes master endpoint.", 550 "description": "The username to use for HTTP basic authentic ation when accessing the Kubernetes master endpoint.",
519 "type": "string" 551 "type": "string"
520 }, 552 },
521 "password": { 553 "password": {
522 "description": "The password to use for HTTP basic authentic ation when accessing the Kubernetes master endpoint. Because the master endpoint is open to the internet, you should create a strong password.", 554 "description": "The password to use for HTTP basic authentic ation when accessing the Kubernetes master endpoint. Because the master endpoint is open to the internet, you should create a strong password.",
523 "type": "string" 555 "type": "string"
524 }, 556 },
525 "clusterCaCertificate": { 557 "clusterCaCertificate": {
526 "description": "[Output only] Base64 encoded public certific ate that is the root of trust for the cluster. @OutputOnly.", 558 "description": "[Output only] Base64 encoded public certific ate that is the root of trust for the cluster.",
527 "type": "string" 559 "type": "string"
528 }, 560 },
529 "clientCertificate": { 561 "clientCertificate": {
530 "description": "[Output only] Base64 encoded public certific ate used by clients to authenticate to the cluster endpoint. @OutputOnly.", 562 "description": "[Output only] Base64 encoded public certific ate used by clients to authenticate to the cluster endpoint.",
531 "type": "string" 563 "type": "string"
532 }, 564 },
533 "clientKey": { 565 "clientKey": {
534 "description": "[Output only] Base64 encoded private key use d by clients to authenticate to the cluster endpoint. @OutputOnly.", 566 "description": "[Output only] Base64 encoded private key use d by clients to authenticate to the cluster endpoint.",
535 "type": "string" 567 "type": "string"
536 } 568 }
537 }, 569 },
538 "type": "object" 570 "type": "object"
539 }, 571 },
540 "CreateClusterRequest": { 572 "CreateClusterRequest": {
541 "description": "CreateClusterRequest creates a cluster.", 573 "description": "CreateClusterRequest creates a cluster.",
542 "id": "CreateClusterRequest", 574 "id": "CreateClusterRequest",
543 "properties": { 575 "properties": {
544 "cluster": { 576 "cluster": {
545 "$ref": "Cluster", 577 "$ref": "Cluster",
546 "description": "A [cluster resource](/container-engine/docs/ v1/projects/zones/clusters)" 578 "description": "A [cluster resource](/container-engine/refer ence/rest/v1/projects.zones.clusters)"
547 } 579 }
548 }, 580 },
549 "type": "object" 581 "type": "object"
550 }, 582 },
551 "Operation": { 583 "Operation": {
552 "description": "Defines the operation resource. All fields are outpu t only.", 584 "description": "Defines the operation resource. All fields are outpu t only.",
553 "id": "Operation", 585 "id": "Operation",
554 "properties": { 586 "properties": {
555 "name": { 587 "name": {
556 "description": "The server-assigned ID for the operation. @O utputOnly.", 588 "description": "The server-assigned ID for the operation.",
557 "type": "string" 589 "type": "string"
558 }, 590 },
559 "zone": { 591 "zone": {
560 "description": "The name of the Google Compute Engine [zone] (/compute/docs/zones#available) in which the operation is taking place. @OutputO nly.", 592 "description": "The name of the Google Compute Engine [zone] (/compute/docs/zones#available) in which the operation is taking place.",
561 "type": "string" 593 "type": "string"
562 }, 594 },
563 "operationType": { 595 "operationType": {
564 "description": "The operation type. @OutputOnly.", 596 "description": "The operation type.",
565 "enum": [ 597 "enum": [
566 "TYPE_UNSPECIFIED", 598 "TYPE_UNSPECIFIED",
567 "CREATE_CLUSTER", 599 "CREATE_CLUSTER",
568 "DELETE_CLUSTER", 600 "DELETE_CLUSTER",
569 "UPGRADE_MASTER", 601 "UPGRADE_MASTER",
570 "UPGRADE_NODES", 602 "UPGRADE_NODES",
571 "REPAIR_CLUSTER" 603 "REPAIR_CLUSTER"
572 ], 604 ],
573 "type": "string" 605 "type": "string"
574 }, 606 },
575 "status": { 607 "status": {
576 "description": "The current status of the operation. @Output Only.", 608 "description": "The current status of the operation.",
577 "enum": [ 609 "enum": [
578 "STATUS_UNSPECIFIED", 610 "STATUS_UNSPECIFIED",
579 "PENDING", 611 "PENDING",
580 "RUNNING", 612 "RUNNING",
581 "DONE" 613 "DONE"
582 ], 614 ],
583 "type": "string" 615 "type": "string"
584 }, 616 },
585 "statusMessage": { 617 "statusMessage": {
586 "description": "If an error has occurred, a textual descript ion of the error. @OutputOnly.", 618 "description": "If an error has occurred, a textual descript ion of the error.",
587 "type": "string" 619 "type": "string"
588 }, 620 },
589 "selfLink": { 621 "selfLink": {
590 "description": "Server-defined URL for the resource. @Output Only.", 622 "description": "Server-defined URL for the resource.",
591 "type": "string" 623 "type": "string"
592 }, 624 },
593 "targetLink": { 625 "targetLink": {
594 "description": "Server-defined URL for the target of the ope ration. @OutputOnly.", 626 "description": "Server-defined URL for the target of the ope ration.",
595 "type": "string" 627 "type": "string"
596 } 628 }
597 }, 629 },
598 "type": "object" 630 "type": "object"
599 }, 631 },
600 "UpdateClusterRequest": { 632 "UpdateClusterRequest": {
601 "description": "UpdateClusterRequest updates a cluster.", 633 "description": "UpdateClusterRequest updates a cluster.",
602 "id": "UpdateClusterRequest", 634 "id": "UpdateClusterRequest",
603 "properties": { 635 "properties": {
604 "update": { 636 "update": {
(...skipping 20 matching lines...) Expand all
625 "properties": { 657 "properties": {
626 "operations": { 658 "operations": {
627 "description": "A list of operations in the project in the s pecified zone.", 659 "description": "A list of operations in the project in the s pecified zone.",
628 "items": { 660 "items": {
629 "$ref": "Operation" 661 "$ref": "Operation"
630 }, 662 },
631 "type": "array" 663 "type": "array"
632 } 664 }
633 }, 665 },
634 "type": "object" 666 "type": "object"
667 },
668 "ServerConfig": {
669 "description": "Container Engine Server configuration.",
670 "id": "ServerConfig",
671 "properties": {
672 "defaultClusterVersion": {
673 "description": "What version this server deploys by default. ",
674 "type": "string"
675 },
676 "validNodeVersions": {
677 "description": "List of valid node upgrade target versions." ,
678 "items": {
679 "type": "string"
680 },
681 "type": "array"
682 }
683 },
684 "type": "object"
635 } 685 }
636 }, 686 },
637 "servicePath": "", 687 "servicePath": "",
638 "title": "Google Container Engine API", 688 "title": "Google Container Engine API",
639 "version": "v1" 689 "version": "v1"
640 } 690 }
OLDNEW
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698