mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update to latest version
This commit is contained in:
@@ -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": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user