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

Side by Side Diff: discovery/googleapis_beta/container__v1beta1.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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
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": "/container/v1beta1/projects/", 11 "basePath": "/container/v1beta1/projects/",
12 "baseUrl": "https://www.googleapis.com/container/v1beta1/projects/", 12 "baseUrl": "https://www.googleapis.com/container/v1beta1/projects/",
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 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/ZrZBeDfQYPqAxFURJt0IhCOLUHQ\"", 16 "documentationLink": "https://cloud.google.com/container-engine/docs/v1beta1 /",
17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/UyZr6gRNA--6ruBaV-TxMA3zr8s\"",
17 "icons": { 18 "icons": {
18 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
19 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
20 }, 21 },
21 "id": "container:v1beta1", 22 "id": "container:v1beta1",
22 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
23 "name": "container", 24 "name": "container",
24 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
25 "ownerName": "Google", 26 "ownerName": "Google",
26 "parameters": { 27 "parameters": {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "https://www.googleapis.com/auth/cloud-p latform" 339 "https://www.googleapis.com/auth/cloud-p latform"
339 ] 340 ]
340 } 341 }
341 } 342 }
342 } 343 }
343 } 344 }
344 } 345 }
345 } 346 }
346 } 347 }
347 }, 348 },
348 "revision": "20141103", 349 "revision": "20141112",
349 "rootUrl": "https://www.googleapis.com/", 350 "rootUrl": "https://www.googleapis.com/",
350 "schemas": { 351 "schemas": {
351 "Cluster": { 352 "Cluster": {
352 "id": "Cluster", 353 "id": "Cluster",
353 "properties": { 354 "properties": {
354 "clusterApiVersion": { 355 "clusterApiVersion": {
355 "description": "The API version of the Kubernetes master and kubelets running in this cluster. Allowed value is 0.4.2, or leave blank to pic k up the latest stable release.", 356 "description": "The API version of the Kubernetes master and kubelets running in this cluster. Allowed value is 0.4.2, or leave blank to pic k up the latest stable release.",
356 "type": "string" 357 "type": "string"
357 }, 358 },
358 "containerIpv4Cidr": { 359 "containerIpv4Cidr": {
(...skipping 13 matching lines...) Expand all
372 "type": "string" 373 "type": "string"
373 }, 374 },
374 "masterAuth": { 375 "masterAuth": {
375 "$ref": "MasterAuth", 376 "$ref": "MasterAuth",
376 "description": "The HTTP basic authentication information fo r accessing the master. Because the master endpoint is open to the internet, you should create a strong password." 377 "description": "The HTTP basic authentication information fo r accessing the master. Because the master endpoint is open to the internet, you should create a strong password."
377 }, 378 },
378 "name": { 379 "name": {
379 "description": "The name of this cluster. The name must be u nique within this project and zone, and can be up to 40 characters with the foll owing restrictions: \n- Lowercase letters, numbers, and hyphens only.\n- Must s tart with a letter.\n- Must end with a number or a letter.", 380 "description": "The name of this cluster. The name must be u nique within this project and zone, and can be up to 40 characters with the foll owing restrictions: \n- Lowercase letters, numbers, and hyphens only.\n- Must s tart with a letter.\n- Must end with a number or a letter.",
380 "type": "string" 381 "type": "string"
381 }, 382 },
383 "network": {
384 "description": "The name of the Google Compute Engine networ k to which the cluster is connected.",
385 "type": "string"
386 },
382 "nodeConfig": { 387 "nodeConfig": {
383 "$ref": "NodeConfig", 388 "$ref": "NodeConfig",
384 "description": "The machine type and image to use for all no des in this cluster. See the descriptions of the child properties of nodeConfig. " 389 "description": "The machine type and image to use for all no des in this cluster. See the descriptions of the child properties of nodeConfig. "
385 }, 390 },
386 "nodeRoutingPrefixSize": { 391 "nodeRoutingPrefixSize": {
387 "description": "[Output only] The size of the address space on each node for hosting containers.", 392 "description": "[Output only] The size of the address space on each node for hosting containers.",
388 "format": "int32", 393 "format": "int32",
389 "type": "integer" 394 "type": "integer"
390 }, 395 },
391 "numNodes": { 396 "numNodes": {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "enum": [ 536 "enum": [
532 "createCluster", 537 "createCluster",
533 "deleteCluster" 538 "deleteCluster"
534 ], 539 ],
535 "enumDescriptions": [ 540 "enumDescriptions": [
536 "", 541 "",
537 "" 542 ""
538 ], 543 ],
539 "type": "string" 544 "type": "string"
540 }, 545 },
546 "selfLink": {
547 "description": "Server-defined URL for the resource.",
548 "type": "string"
549 },
541 "status": { 550 "status": {
542 "description": "The current status of the operation.", 551 "description": "The current status of the operation.",
543 "enum": [ 552 "enum": [
544 "done", 553 "done",
545 "pending", 554 "pending",
546 "running" 555 "running"
547 ], 556 ],
548 "enumDescriptions": [ 557 "enumDescriptions": [
549 "", 558 "",
550 "", 559 "",
(...skipping 10 matching lines...) Expand all
561 "type": "string" 570 "type": "string"
562 } 571 }
563 }, 572 },
564 "type": "object" 573 "type": "object"
565 } 574 }
566 }, 575 },
567 "servicePath": "container/v1beta1/projects/", 576 "servicePath": "container/v1beta1/projects/",
568 "title": "Google Container Engine API", 577 "title": "Google Container Engine API",
569 "version": "v1beta1" 578 "version": "v1beta1"
570 } 579 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/cloudmonitoring__v2beta1.json ('k') | discovery/googleapis_beta/datastore__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698