Index: discovery/googleapis_beta/container__v1beta1.json |
diff --git a/discovery/googleapis_beta/container__v1beta1.json b/discovery/googleapis_beta/container__v1beta1.json |
index 3fc7a2ddbf923b87cf95ad41f547af0f175c4306..93065175c88c15b8c25950c2b5e9753310408d5e 100644 |
--- a/discovery/googleapis_beta/container__v1beta1.json |
+++ b/discovery/googleapis_beta/container__v1beta1.json |
@@ -14,7 +14,7 @@ |
"description": "The Google Container Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.", |
"discoveryVersion": "v1", |
"documentationLink": "https://cloud.google.com/container-engine/docs/v1beta1/", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/wCeuMXXipTCS576X35guh0r20IE\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/A-uTeP-eqK6ANjBJOJiUSQV5WY8\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -346,7 +346,7 @@ |
} |
} |
}, |
- "revision": "20150223", |
+ "revision": "20150318", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Cluster": { |
@@ -368,6 +368,10 @@ |
"description": "An optional description of this cluster.", |
"type": "string" |
}, |
+ "enableCloudLogging": { |
+ "description": "Whether logs from the cluster should be made available via the Google Cloud Logging service. This includes both logs from your applications running in the cluster as well as logs from the Kubernetes components themselves.", |
+ "type": "boolean" |
+ }, |
"endpoint": { |
"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.", |
"type": "string" |