OLD | NEW |
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 "documentationLink": "https://cloud.google.com/container-engine/docs/v1beta1
/", | 16 "documentationLink": "https://cloud.google.com/container-engine/docs/v1beta1
/", |
17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/wCeuMXXipTCS576X35guh0r20IE\"", | 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/A-uTeP-eqK6ANjBJOJiUSQV5WY8\"", |
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:v1beta1", | 22 "id": "container:v1beta1", |
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "https://www.googleapis.com/auth/cloud-p
latform" | 339 "https://www.googleapis.com/auth/cloud-p
latform" |
340 ] | 340 ] |
341 } | 341 } |
342 } | 342 } |
343 } | 343 } |
344 } | 344 } |
345 } | 345 } |
346 } | 346 } |
347 } | 347 } |
348 }, | 348 }, |
349 "revision": "20150223", | 349 "revision": "20150318", |
350 "rootUrl": "https://www.googleapis.com/", | 350 "rootUrl": "https://www.googleapis.com/", |
351 "schemas": { | 351 "schemas": { |
352 "Cluster": { | 352 "Cluster": { |
353 "id": "Cluster", | 353 "id": "Cluster", |
354 "properties": { | 354 "properties": { |
355 "clusterApiVersion": { | 355 "clusterApiVersion": { |
356 "description": "The API version of the Kubernetes master and
kubelets running in this cluster. Leave blank to pick up the latest stable rele
ase, or specify a version of the form \"x.y.z\". The Google Container Engine rel
ease notes lists the currently supported versions. If an incorrect version is sp
ecified, the server returns an error listing the currently supported versions.", | 356 "description": "The API version of the Kubernetes master and
kubelets running in this cluster. Leave blank to pick up the latest stable rele
ase, or specify a version of the form \"x.y.z\". The Google Container Engine rel
ease notes lists the currently supported versions. If an incorrect version is sp
ecified, the server returns an error listing the currently supported versions.", |
357 "type": "string" | 357 "type": "string" |
358 }, | 358 }, |
359 "containerIpv4Cidr": { | 359 "containerIpv4Cidr": { |
360 "description": "[Output only] The IP addresses of the contai
ner pods in this cluster, in CIDR notation (e.g. 1.2.3.4/29).", | 360 "description": "[Output only] The IP addresses of the contai
ner pods in this cluster, in CIDR notation (e.g. 1.2.3.4/29).", |
361 "type": "string" | 361 "type": "string" |
362 }, | 362 }, |
363 "creationTimestamp": { | 363 "creationTimestamp": { |
364 "description": "[Output only] The time the cluster was creat
ed, in RFC3339 text format.", | 364 "description": "[Output only] The time the cluster was creat
ed, in RFC3339 text format.", |
365 "type": "string" | 365 "type": "string" |
366 }, | 366 }, |
367 "description": { | 367 "description": { |
368 "description": "An optional description of this cluster.", | 368 "description": "An optional description of this cluster.", |
369 "type": "string" | 369 "type": "string" |
370 }, | 370 }, |
| 371 "enableCloudLogging": { |
| 372 "description": "Whether logs from the cluster should be made
available via the Google Cloud Logging service. This includes both logs from yo
ur applications running in the cluster as well as logs from the Kubernetes compo
nents themselves.", |
| 373 "type": "boolean" |
| 374 }, |
371 "endpoint": { | 375 "endpoint": { |
372 "description": "[Output only] The IP address of this cluster
's Kubernetes master. The endpoint can be accessed from the internet at https://
username:password@endpoint/.\n\nSee the masterAuth property of this resource for
username and password information.", | 376 "description": "[Output only] The IP address of this cluster
's Kubernetes master. The endpoint can be accessed from the internet at https://
username:password@endpoint/.\n\nSee the masterAuth property of this resource for
username and password information.", |
373 "type": "string" | 377 "type": "string" |
374 }, | 378 }, |
375 "masterAuth": { | 379 "masterAuth": { |
376 "$ref": "MasterAuth", | 380 "$ref": "MasterAuth", |
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." | 381 "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." |
378 }, | 382 }, |
379 "name": { | 383 "name": { |
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.", | 384 "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.", |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 "type": "array" | 607 "type": "array" |
604 } | 608 } |
605 }, | 609 }, |
606 "type": "object" | 610 "type": "object" |
607 } | 611 } |
608 }, | 612 }, |
609 "servicePath": "container/v1beta1/projects/", | 613 "servicePath": "container/v1beta1/projects/", |
610 "title": "Google Container Engine API", | 614 "title": "Google Container Engine API", |
611 "version": "v1beta1" | 615 "version": "v1beta1" |
612 } | 616 } |
OLD | NEW |