chore(json): update to latest version

This commit is contained in:
Sebastian Thiel
2015-10-18 19:29:28 +02:00
parent 0bd7f20048
commit 862842f621
105 changed files with 49330 additions and 3677 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/qwJnkUMoGYLzu0cB6f0uamqbj3k\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/MMM1eku07yBWMoyhM-gsRmxhXoM\"",
"discoveryVersion": "v1",
"id": "container:v1beta1",
"name": "container",
"version": "v1beta1",
"revision": "20150713",
"revision": "20151005",
"title": "Google Container Engine API",
"description": "The Google Container Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.",
"ownerDomain": "google.com",
@@ -86,7 +86,7 @@
},
"containerIpv4Cidr": {
"type": "string",
"description": "The IP address range of the container pods in this cluster, in CIDR notation (e.g. 10.96.0.0/14). Leave blank to have one automatically chosen or specify a /14 block in 10.0.0.0/8 or 172.16.0.0/12."
"description": "The IP address range of the container pods in this cluster, in CIDR notation (e.g. 10.96.0.0/14). Leave blank to have one automatically chosen or specify a /14 block in 10.0.0.0/8."
},
"creationTimestamp": {
"type": "string",
@@ -307,9 +307,17 @@
"description": "The operation type.",
"enum": [
"createCluster",
"deleteCluster"
"deleteCluster",
"repairCluster",
"updateCluster",
"upgradeMaster",
"upgradeNodes"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
""
]