Index: discovery/googleapis/container__v1.json |
diff --git a/discovery/googleapis/container__v1.json b/discovery/googleapis/container__v1.json |
index 6398f8153959055a865aa06e06da6df7e317f588..86b4e900a30f78e1ced3b3b5474e4883aea7f825 100644 |
--- a/discovery/googleapis/container__v1.json |
+++ b/discovery/googleapis/container__v1.json |
@@ -24,27 +24,16 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "upload_protocol": { |
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
- "prettyPrint": { |
- "default": "true", |
- "description": "Returns response with indentations and line breaks.", |
- "location": "query", |
- "type": "boolean" |
- }, |
"uploadType": { |
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
- "location": "query", |
- "type": "string" |
- }, |
"callback": { |
"description": "JSONP", |
"location": "query", |
@@ -109,6 +98,17 @@ |
"description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
+ }, |
+ "upload_protocol": { |
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "prettyPrint": { |
+ "default": "true", |
+ "description": "Returns response with indentations and line breaks.", |
+ "location": "query", |
+ "type": "boolean" |
} |
}, |
"protocol": "rest", |
@@ -151,6 +151,166 @@ |
"resources": { |
"clusters": { |
"methods": { |
+ "locations": { |
+ "description": "Sets the locations of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.locations", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations", |
+ "request": { |
+ "$ref": "SetLocationsRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "update": { |
+ "description": "Updates the settings of a specific cluster.", |
+ "httpMethod": "PUT", |
+ "id": "container.projects.zones.clusters.update", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
+ "request": { |
+ "$ref": "UpdateClusterRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "monitoring": { |
+ "description": "Sets the monitoring service of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.monitoring", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring", |
+ "request": { |
+ "$ref": "SetMonitoringServiceRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "master": { |
+ "description": "Updates the master of a specific cluster.", |
+ "httpMethod": "POST", |
+ "id": "container.projects.zones.clusters.master", |
+ "parameterOrder": [ |
+ "projectId", |
+ "zone", |
+ "clusterId" |
+ ], |
+ "parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "clusterId": { |
+ "description": "The name of the cluster to upgrade.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master", |
+ "request": { |
+ "$ref": "UpdateMasterRequest" |
+ }, |
+ "response": { |
+ "$ref": "Operation" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
"setMasterAuth": { |
"description": "Used to set master auth materials. Currently supports :-\nChanging the admin password of a specific cluster.\nThis can be either via password generation or explicitly set the password.", |
"httpMethod": "POST", |
@@ -201,12 +361,6 @@ |
"clusterId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -218,6 +372,12 @@ |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging", |
@@ -240,14 +400,14 @@ |
"zone" |
], |
"parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides, or \"-\" for all zones.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides, or \"-\" for all zones.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -310,14 +470,14 @@ |
"zone" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -411,10 +571,10 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "legacyAbac": { |
- "description": "Enables or disables the ABAC authorization mechanism on a cluster.", |
+ "setNetworkPolicy": { |
+ "description": "Enables/Disables Network Policy for a cluster.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.legacyAbac", |
+ "id": "container.projects.zones.clusters.setNetworkPolicy", |
"parameterOrder": [ |
"projectId", |
"zone", |
@@ -422,7 +582,7 @@ |
], |
"parameters": { |
"projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -434,15 +594,15 @@ |
"type": "string" |
}, |
"clusterId": { |
- "description": "The name of the cluster to update.", |
+ "description": "The name of the cluster.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy", |
"request": { |
- "$ref": "SetLegacyAbacRequest" |
+ "$ref": "SetNetworkPolicyRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -451,38 +611,38 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "setNetworkPolicy": { |
- "description": "Enables/Disables Network Policy for a cluster.", |
+ "legacyAbac": { |
+ "description": "Enables or disables the ABAC authorization mechanism on a cluster.", |
"httpMethod": "POST", |
- "id": "container.projects.zones.clusters.setNetworkPolicy", |
+ "id": "container.projects.zones.clusters.legacyAbac", |
"parameterOrder": [ |
"projectId", |
"zone", |
"clusterId" |
], |
"parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "clusterId": { |
- "description": "The name of the cluster.", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "clusterId": { |
+ "description": "The name of the cluster to update.", |
"location": "path", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy", |
+ "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac", |
"request": { |
- "$ref": "SetNetworkPolicyRequest" |
+ "$ref": "SetLegacyAbacRequest" |
}, |
"response": { |
"$ref": "Operation" |
@@ -541,6 +701,12 @@ |
"clusterId" |
], |
"parameters": { |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -552,12 +718,6 @@ |
"location": "path", |
"required": true, |
"type": "string" |
- }, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons", |
@@ -581,12 +741,6 @@ |
"clusterId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -598,77 +752,6 @@ |
"location": "path", |
"required": true, |
"type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
- "response": { |
- "$ref": "Operation" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "locations": { |
- "description": "Sets the locations of a specific cluster.", |
- "httpMethod": "POST", |
- "id": "container.projects.zones.clusters.locations", |
- "parameterOrder": [ |
- "projectId", |
- "zone", |
- "clusterId" |
- ], |
- "parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "clusterId": { |
- "description": "The name of the cluster to upgrade.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations", |
- "request": { |
- "$ref": "SetLocationsRequest" |
- }, |
- "response": { |
- "$ref": "Operation" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "update": { |
- "description": "Updates the settings of a specific cluster.", |
- "httpMethod": "PUT", |
- "id": "container.projects.zones.clusters.update", |
- "parameterOrder": [ |
- "projectId", |
- "zone", |
- "clusterId" |
- ], |
- "parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "clusterId": { |
- "description": "The name of the cluster to upgrade.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
}, |
"projectId": { |
"description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
@@ -678,89 +761,6 @@ |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}", |
- "request": { |
- "$ref": "UpdateClusterRequest" |
- }, |
- "response": { |
- "$ref": "Operation" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "monitoring": { |
- "description": "Sets the monitoring service of a specific cluster.", |
- "httpMethod": "POST", |
- "id": "container.projects.zones.clusters.monitoring", |
- "parameterOrder": [ |
- "projectId", |
- "zone", |
- "clusterId" |
- ], |
- "parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "clusterId": { |
- "description": "The name of the cluster to upgrade.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring", |
- "request": { |
- "$ref": "SetMonitoringServiceRequest" |
- }, |
- "response": { |
- "$ref": "Operation" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "master": { |
- "description": "Updates the master of a specific cluster.", |
- "httpMethod": "POST", |
- "id": "container.projects.zones.clusters.master", |
- "parameterOrder": [ |
- "projectId", |
- "zone", |
- "clusterId" |
- ], |
- "parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "clusterId": { |
- "description": "The name of the cluster to upgrade.", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master", |
- "request": { |
- "$ref": "UpdateMasterRequest" |
- }, |
"response": { |
"$ref": "Operation" |
}, |
@@ -783,12 +783,6 @@ |
"nodePoolId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -806,6 +800,12 @@ |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}", |
@@ -874,12 +874,6 @@ |
"nodePoolId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -897,6 +891,12 @@ |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize", |
@@ -1011,20 +1011,20 @@ |
"clusterId" |
], |
"parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "clusterId": { |
- "description": "The name of the cluster.", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "clusterId": { |
+ "description": "The name of the cluster.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -1095,20 +1095,20 @@ |
"clusterId" |
], |
"parameters": { |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "clusterId": { |
- "description": "The name of the cluster.", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://developers.google.com/console/help/new/#projectnumber).", |
+ "clusterId": { |
+ "description": "The name of the cluster.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -1136,12 +1136,6 @@ |
"nodePoolId" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
@@ -1159,6 +1153,12 @@ |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling", |
@@ -1188,20 +1188,20 @@ |
"operationId" |
], |
"parameters": { |
- "operationId": { |
- "description": "The server-assigned `name` of the operation.", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the operation resides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "operationId": { |
+ "description": "The server-assigned `name` of the operation.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the operation resides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -1228,20 +1228,20 @@ |
"operationId" |
], |
"parameters": { |
- "operationId": { |
- "description": "The server-assigned `name` of the operation.", |
+ "zone": { |
+ "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "operationId": { |
+ "description": "The server-assigned `name` of the operation.", |
"location": "path", |
"required": true, |
"type": "string" |
}, |
- "zone": { |
- "description": "The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -1264,17 +1264,17 @@ |
"zone" |
], |
"parameters": { |
- "projectId": { |
- "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
- "location": "path", |
- "required": true, |
- "type": "string" |
- }, |
"zone": { |
"description": "The name of the Google Compute Engine [zone](/compute/docs/zones#available)\nto return operations for, or `-` for all zones.", |
"location": "path", |
"required": true, |
"type": "string" |
+ }, |
+ "projectId": { |
+ "description": "The Google Developers Console [project ID or project\nnumber](https://support.google.com/cloud/answer/6158840).", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v1/projects/{projectId}/zones/{zone}/operations", |
@@ -1292,159 +1292,9 @@ |
} |
} |
}, |
- "revision": "20170627", |
+ "revision": "20170717", |
"rootUrl": "https://container.googleapis.com/", |
"schemas": { |
- "ListNodePoolsResponse": { |
- "description": "ListNodePoolsResponse is the result of ListNodePoolsRequest.", |
- "id": "ListNodePoolsResponse", |
- "properties": { |
- "nodePools": { |
- "description": "A list of node pools for a cluster.", |
- "items": { |
- "$ref": "NodePool" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
- "CompleteIPRotationRequest": { |
- "description": "CompleteIPRotationRequest moves the cluster master back into single-IP mode.", |
- "id": "CompleteIPRotationRequest", |
- "properties": {}, |
- "type": "object" |
- }, |
- "StartIPRotationRequest": { |
- "description": "StartIPRotationRequest creates a new IP for the cluster and then performs\na node upgrade on each node pool to point to the new IP.", |
- "id": "StartIPRotationRequest", |
- "properties": {}, |
- "type": "object" |
- }, |
- "UpdateNodePoolRequest": { |
- "description": "UpdateNodePoolRequests update a node pool's image and/or version.", |
- "id": "UpdateNodePoolRequest", |
- "properties": { |
- "imageType": { |
- "description": "The desired image type for the node pool.", |
- "type": "string" |
- }, |
- "nodeVersion": { |
- "description": "The Kubernetes version to change the nodes to (typically an\nupgrade). Use `-` to upgrade to the latest version supported by\nthe server.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "LegacyAbac": { |
- "description": "Configuration for the legacy Attribute Based Access Control authorization\nmode.", |
- "id": "LegacyAbac", |
- "properties": { |
- "enabled": { |
- "description": "Whether the ABAC authorizer is enabled for this cluster. When enabled,\nidentities in the system, including service accounts, nodes, and\ncontrollers, will have statically granted permissions beyond those\nprovided by the RBAC configuration or IAM.", |
- "type": "boolean" |
- } |
- }, |
- "type": "object" |
- }, |
- "SetAddonsConfigRequest": { |
- "description": "SetAddonsConfigRequest sets the addons associated with the cluster.", |
- "id": "SetAddonsConfigRequest", |
- "properties": { |
- "addonsConfig": { |
- "$ref": "AddonsConfig", |
- "description": "The desired configurations for the various addons available to run in the\ncluster." |
- } |
- }, |
- "type": "object" |
- }, |
- "NodePool": { |
- "description": "NodePool contains the name and configuration for a cluster's node pool.\nNode pools are a set of nodes (i.e. VM's), with a common configuration and\nspecification, under the control of the cluster master. They may have a set\nof Kubernetes labels applied to them, which may be used to reference them\nduring pod scheduling. They may also be resized up or down, to accommodate\nthe workload.", |
- "id": "NodePool", |
- "properties": { |
- "status": { |
- "description": "[Output only] The status of the nodes in this pool instance.", |
- "enum": [ |
- "STATUS_UNSPECIFIED", |
- "PROVISIONING", |
- "RUNNING", |
- "RUNNING_WITH_ERROR", |
- "RECONCILING", |
- "STOPPING", |
- "ERROR" |
- ], |
- "enumDescriptions": [ |
- "Not set.", |
- "The PROVISIONING state indicates the node pool is being created.", |
- "The RUNNING state indicates the node pool has been created\nand is fully usable.", |
- "The RUNNING_WITH_ERROR state indicates the node pool has been created\nand is partially usable. Some error state has occurred and some\nfunctionality may be impaired. Customer may need to reissue a request\nor trigger a new update.", |
- "The RECONCILING state indicates that some work is actively being done on\nthe node pool, such as upgrading node software. Details can\nbe found in the `statusMessage` field.", |
- "The STOPPING state indicates the node pool is being deleted.", |
- "The ERROR state indicates the node pool may be unusable. Details\ncan be found in the `statusMessage` field." |
- ], |
- "type": "string" |
- }, |
- "config": { |
- "$ref": "NodeConfig", |
- "description": "The node configuration of the pool." |
- }, |
- "statusMessage": { |
- "description": "[Output only] Additional information about the current status of this\nnode pool instance, if available.", |
- "type": "string" |
- }, |
- "name": { |
- "description": "The name of the node pool.", |
- "type": "string" |
- }, |
- "autoscaling": { |
- "$ref": "NodePoolAutoscaling", |
- "description": "Autoscaler configuration for this NodePool. Autoscaler is enabled\nonly if a valid configuration is present." |
- }, |
- "initialNodeCount": { |
- "description": "The initial node count for the pool. You must ensure that your\nCompute Engine <a href=\"/compute/docs/resource-quotas\">resource quota</a>\nis sufficient for this number of instances. You must also have available\nfirewall and routes quota.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "management": { |
- "$ref": "NodeManagement", |
- "description": "NodeManagement configuration for this NodePool." |
- }, |
- "selfLink": { |
- "description": "[Output only] Server-defined URL for the resource.", |
- "type": "string" |
- }, |
- "instanceGroupUrls": { |
- "description": "[Output only] The resource URLs of [instance\ngroups](/compute/docs/instance-groups/) associated with this\nnode pool.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
- "version": { |
- "description": "[Output only] The version of the Kubernetes of this node.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "SetLabelsRequest": { |
- "description": "SetLabelsRequest sets the Google Cloud Platform labels on a Google Container\nEngine cluster, which will in turn set them for Google Compute Engine\nresources used by that cluster", |
- "id": "SetLabelsRequest", |
- "properties": { |
- "resourceLabels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The labels to set for that cluster.", |
- "type": "object" |
- }, |
- "labelFingerprint": { |
- "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by\nContainer Engine and changes after every request to modify or update\nlabels. You must always provide an up-to-date fingerprint hash when\nupdating or changing labels. Make a <code>get()</code> request to the\nresource to get the latest fingerprint.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"NodeManagement": { |
"description": "NodeManagement defines the set of node management services turned on for the\nnode pool.", |
"id": "NodeManagement", |
@@ -1481,30 +1331,41 @@ |
}, |
"type": "object" |
}, |
+ "KubernetesDashboard": { |
+ "description": "Configuration for the Kubernetes Dashboard.", |
+ "id": "KubernetesDashboard", |
+ "properties": { |
+ "disabled": { |
+ "description": "Whether the Kubernetes Dashboard is enabled for this cluster.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Operation": { |
"description": "This operation resource represents operations that may have happened or are\nhappening on the cluster. All fields are output only.", |
"id": "Operation", |
"properties": { |
- "statusMessage": { |
- "description": "If an error has occurred, a textual description of the error.", |
- "type": "string" |
- }, |
"name": { |
"description": "The server-assigned ID for the operation.", |
"type": "string" |
}, |
- "selfLink": { |
- "description": "Server-defined URL for the resource.", |
+ "statusMessage": { |
+ "description": "If an error has occurred, a textual description of the error.", |
"type": "string" |
}, |
- "targetLink": { |
- "description": "Server-defined URL for the target of the operation.", |
+ "selfLink": { |
+ "description": "Server-defined URL for the resource.", |
"type": "string" |
}, |
"detail": { |
"description": "Detailed operation progress, if available.", |
"type": "string" |
}, |
+ "targetLink": { |
+ "description": "Server-defined URL for the target of the operation.", |
+ "type": "string" |
+ }, |
"operationType": { |
"description": "The operation type.", |
"enum": [ |
@@ -1581,6 +1442,10 @@ |
"httpLoadBalancing": { |
"$ref": "HttpLoadBalancing", |
"description": "Configuration for the HTTP (L7) load balancing controller addon, which\nmakes it easy to set up HTTP load balancers for services in a cluster." |
+ }, |
+ "kubernetesDashboard": { |
+ "$ref": "KubernetesDashboard", |
+ "description": "Configuration for the Kubernetes Dashboard." |
} |
}, |
"type": "object" |
@@ -1639,7 +1504,7 @@ |
"provider": { |
"description": "The selected network policy provider.", |
"enum": [ |
- "UNKNOWN", |
+ "PROVIDER_UNSPECIFIED", |
"CALICO" |
], |
"enumDescriptions": [ |
@@ -1666,168 +1531,193 @@ |
"description": "A Google Container Engine cluster.", |
"id": "Cluster", |
"properties": { |
- "network": { |
- "description": "The name of the Google Compute Engine\n[network](/compute/docs/networks-and-firewalls#networks) to which the\ncluster is connected. If left unspecified, the `default` network\nwill be used.", |
+ "subnetwork": { |
+ "description": "The name of the Google Compute Engine\n[subnetwork](/compute/docs/subnetworks) to which the\ncluster is connected.", |
"type": "string" |
}, |
- "labelFingerprint": { |
- "description": "The fingerprint of the set of labels for this cluster.", |
+ "currentNodeVersion": { |
+ "description": "[Output only] The current version of the node software components.\nIf they are currently at multiple versions because they're in the process\nof being upgraded, this reflects the minimum version of all nodes.", |
"type": "string" |
}, |
- "zone": { |
- "description": "[Output only] The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
+ "resourceLabels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The resource labels for the cluster to use to annotate any related\nGoogle Compute Engine resources.", |
+ "type": "object" |
+ }, |
+ "name": { |
+ "description": "The name of this cluster. The name must be unique within this project\nand zone, and can be up to 40 characters with the following restrictions:\n\n* Lowercase letters, numbers, and hyphens only.\n* Must start with a letter.\n* Must end with a number or a letter.", |
"type": "string" |
}, |
- "loggingService": { |
- "description": "The logging service the cluster should use to write logs.\nCurrently available options:\n\n* `logging.googleapis.com` - the Google Cloud Logging service.\n* `none` - no logs will be exported from the cluster.\n* if left as an empty string,`logging.googleapis.com` will be used.", |
+ "initialClusterVersion": { |
+ "description": "The initial Kubernetes version for this cluster. Valid versions are those\nfound in validMasterVersions returned by getServerConfig. The version can\nbe upgraded over time; such upgrades are reflected in\ncurrentMasterVersion and currentNodeVersion.", |
"type": "string" |
}, |
- "nodeIpv4CidrSize": { |
- "description": "[Output only] The size of the address space on each node for hosting\ncontainers. This is provisioned from within the `container_ipv4_cidr`\nrange.", |
- "format": "int32", |
- "type": "integer" |
+ "ipAllocationPolicy": { |
+ "$ref": "IPAllocationPolicy", |
+ "description": "Configuration for cluster IP allocation." |
}, |
- "expireTime": { |
- "description": "[Output only] The time the cluster will be automatically\ndeleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
+ "endpoint": { |
+ "description": "[Output only] The IP address of this cluster's master endpoint.\nThe endpoint can be accessed from the internet at\n`https://username:password@endpoint/`.\n\nSee the `masterAuth` property of this resource for username and\npassword information.", |
"type": "string" |
}, |
- "statusMessage": { |
- "description": "[Output only] Additional information about the current status of this\ncluster, if available.", |
+ "legacyAbac": { |
+ "$ref": "LegacyAbac", |
+ "description": "Configuration for the legacy ABAC authorization mode." |
+ }, |
+ "createTime": { |
+ "description": "[Output only] The time the cluster was created, in\n[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
"type": "string" |
}, |
- "masterAuth": { |
- "$ref": "MasterAuth", |
- "description": "The authentication information for accessing the master endpoint." |
+ "clusterIpv4Cidr": { |
+ "description": "The IP address range of the container pods in this cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`). Leave blank to have\none automatically chosen or specify a `/14` block in `10.0.0.0/8`.", |
+ "type": "string" |
}, |
- "currentMasterVersion": { |
- "description": "[Output only] The current software version of the master endpoint.", |
+ "initialNodeCount": { |
+ "description": "The number of nodes to create in this cluster. You must ensure that your\nCompute Engine <a href=\"/compute/docs/resource-quotas\">resource quota</a>\nis sufficient for this number of instances. You must also have available\nfirewall and routes quota.\nFor requests, this field should only be used in lieu of a\n\"node_pool\" object, since this configuration (along with the\n\"node_config\") will be used to create a \"NodePool\" object with an\nauto-generated name. Do not use this and a node_pool at the same time.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "selfLink": { |
+ "description": "[Output only] Server-defined URL for the resource.", |
"type": "string" |
}, |
- "nodeConfig": { |
- "$ref": "NodeConfig", |
- "description": "Parameters used in creating the cluster's nodes.\nSee `nodeConfig` for the description of its properties.\nFor requests, this field should only be used in lieu of a\n\"node_pool\" object, since this configuration (along with the\n\"initial_node_count\") will be used to create a \"NodePool\" object with an\nauto-generated name. Do not use this and a node_pool at the same time.\nFor responses, this field will be populated with the node configuration of\nthe first node pool.\n\nIf unspecified, the defaults are used." |
+ "locations": { |
+ "description": "The list of Google Compute Engine\n[locations](/compute/docs/zones#available) in which the cluster's nodes\nshould be located.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
}, |
- "addonsConfig": { |
- "$ref": "AddonsConfig", |
- "description": "Configurations for the various addons available to run in the cluster." |
+ "nodePools": { |
+ "description": "The node pools associated with this cluster.\nThis field should not be set if \"node_config\" or \"initial_node_count\" are\nspecified.", |
+ "items": { |
+ "$ref": "NodePool" |
+ }, |
+ "type": "array" |
}, |
- "status": { |
- "description": "[Output only] The current status of this cluster.", |
- "enum": [ |
- "STATUS_UNSPECIFIED", |
- "PROVISIONING", |
- "RUNNING", |
- "RECONCILING", |
- "STOPPING", |
- "ERROR" |
- ], |
- "enumDescriptions": [ |
- "Not set.", |
- "The PROVISIONING state indicates the cluster is being created.", |
- "The RUNNING state indicates the cluster has been created and is fully\nusable.", |
- "The RECONCILING state indicates that some work is actively being done on\nthe cluster, such as upgrading the master or node software. Details can\nbe found in the `statusMessage` field.", |
- "The STOPPING state indicates the cluster is being deleted.", |
- "The ERROR state indicates the cluster may be unusable. Details\ncan be found in the `statusMessage` field." |
- ], |
- "type": "string" |
+ "instanceGroupUrls": { |
+ "description": "[Output only] The resource URLs of [instance\ngroups](/compute/docs/instance-groups/) associated with this\ncluster.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
}, |
- "currentNodeVersion": { |
- "description": "[Output only] The current version of the node software components.\nIf they are currently at multiple versions because they're in the process\nof being upgraded, this reflects the minimum version of all nodes.", |
+ "servicesIpv4Cidr": { |
+ "description": "[Output only] The IP address range of the Kubernetes services in\nthis cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `1.2.3.4/29`). Service addresses are\ntypically put in the last `/16` from the container CIDR.", |
"type": "string" |
}, |
- "subnetwork": { |
- "description": "The name of the Google Compute Engine\n[subnetwork](/compute/docs/subnetworks) to which the\ncluster is connected.", |
- "type": "string" |
+ "networkPolicy": { |
+ "$ref": "NetworkPolicy", |
+ "description": "Configuration options for the NetworkPolicy feature." |
}, |
- "name": { |
- "description": "The name of this cluster. The name must be unique within this project\nand zone, and can be up to 40 characters with the following restrictions:\n\n* Lowercase letters, numbers, and hyphens only.\n* Must start with a letter.\n* Must end with a number or a letter.", |
+ "enableKubernetesAlpha": { |
+ "description": "Kubernetes alpha features are enabled on this cluster. This includes alpha\nAPI groups (e.g. v1alpha1) and features that may not be production ready in\nthe kubernetes version of the master and nodes.\nThe cluster has no SLA for uptime and master/node upgrades are disabled.\nAlpha enabled clusters are automatically deleted thirty days after\ncreation.", |
+ "type": "boolean" |
+ }, |
+ "description": { |
+ "description": "An optional description of this cluster.", |
"type": "string" |
}, |
- "resourceLabels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The resource labels for the cluster to use to annotate any related\nGoogle Compute Engine resources.", |
- "type": "object" |
+ "currentNodeCount": { |
+ "description": "[Output only] The number of nodes currently in the cluster.", |
+ "format": "int32", |
+ "type": "integer" |
}, |
- "initialClusterVersion": { |
- "description": "The initial Kubernetes version for this cluster. Valid versions are those\nfound in validMasterVersions returned by getServerConfig. The version can\nbe upgraded over time; such upgrades are reflected in\ncurrentMasterVersion and currentNodeVersion.", |
+ "monitoringService": { |
+ "description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* `monitoring.googleapis.com` - the Google Cloud Monitoring service.\n* `none` - no metrics will be exported from the cluster.\n* if left as an empty string, `monitoring.googleapis.com` will be used.", |
"type": "string" |
}, |
- "ipAllocationPolicy": { |
- "$ref": "IPAllocationPolicy", |
- "description": "Configuration for cluster IP allocation." |
- }, |
- "endpoint": { |
- "description": "[Output only] The IP address of this cluster's master endpoint.\nThe endpoint can be accessed from the internet at\n`https://username:password@endpoint/`.\n\nSee the `masterAuth` property of this resource for username and\npassword information.", |
+ "network": { |
+ "description": "The name of the Google Compute Engine\n[network](/compute/docs/networks-and-firewalls#networks) to which the\ncluster is connected. If left unspecified, the `default` network\nwill be used.", |
"type": "string" |
}, |
- "legacyAbac": { |
- "$ref": "LegacyAbac", |
- "description": "Configuration for the legacy ABAC authorization mode." |
+ "labelFingerprint": { |
+ "description": "The fingerprint of the set of labels for this cluster.", |
+ "type": "string" |
}, |
- "createTime": { |
- "description": "[Output only] The time the cluster was created, in\n[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
+ "zone": { |
+ "description": "[Output only] The name of the Google Compute Engine\n[zone](/compute/docs/zones#available) in which the cluster\nresides.", |
"type": "string" |
}, |
- "clusterIpv4Cidr": { |
- "description": "The IP address range of the container pods in this cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`). Leave blank to have\none automatically chosen or specify a `/14` block in `10.0.0.0/8`.", |
+ "loggingService": { |
+ "description": "The logging service the cluster should use to write logs.\nCurrently available options:\n\n* `logging.googleapis.com` - the Google Cloud Logging service.\n* `none` - no logs will be exported from the cluster.\n* if left as an empty string,`logging.googleapis.com` will be used.", |
"type": "string" |
}, |
- "initialNodeCount": { |
- "description": "The number of nodes to create in this cluster. You must ensure that your\nCompute Engine <a href=\"/compute/docs/resource-quotas\">resource quota</a>\nis sufficient for this number of instances. You must also have available\nfirewall and routes quota.\nFor requests, this field should only be used in lieu of a\n\"node_pool\" object, since this configuration (along with the\n\"node_config\") will be used to create a \"NodePool\" object with an\nauto-generated name. Do not use this and a node_pool at the same time.", |
+ "nodeIpv4CidrSize": { |
+ "description": "[Output only] The size of the address space on each node for hosting\ncontainers. This is provisioned from within the `container_ipv4_cidr`\nrange.", |
"format": "int32", |
"type": "integer" |
}, |
- "selfLink": { |
- "description": "[Output only] Server-defined URL for the resource.", |
+ "expireTime": { |
+ "description": "[Output only] The time the cluster will be automatically\ndeleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.", |
"type": "string" |
}, |
- "nodePools": { |
- "description": "The node pools associated with this cluster.\nThis field should not be set if \"node_config\" or \"initial_node_count\" are\nspecified.", |
- "items": { |
- "$ref": "NodePool" |
- }, |
- "type": "array" |
+ "masterAuthorizedNetworksConfig": { |
+ "$ref": "MasterAuthorizedNetworksConfig", |
+ "description": "Master authorized networks is a Beta feature.\nThe configuration options for master authorized networks feature." |
}, |
- "locations": { |
- "description": "The list of Google Compute Engine\n[locations](/compute/docs/zones#available) in which the cluster's nodes\nshould be located.", |
+ "statusMessage": { |
+ "description": "[Output only] Additional information about the current status of this\ncluster, if available.", |
+ "type": "string" |
+ }, |
+ "masterAuth": { |
+ "$ref": "MasterAuth", |
+ "description": "The authentication information for accessing the master endpoint." |
+ }, |
+ "currentMasterVersion": { |
+ "description": "[Output only] The current software version of the master endpoint.", |
+ "type": "string" |
+ }, |
+ "nodeConfig": { |
+ "$ref": "NodeConfig", |
+ "description": "Parameters used in creating the cluster's nodes.\nSee `nodeConfig` for the description of its properties.\nFor requests, this field should only be used in lieu of a\n\"node_pool\" object, since this configuration (along with the\n\"initial_node_count\") will be used to create a \"NodePool\" object with an\nauto-generated name. Do not use this and a node_pool at the same time.\nFor responses, this field will be populated with the node configuration of\nthe first node pool.\n\nIf unspecified, the defaults are used." |
+ }, |
+ "addonsConfig": { |
+ "$ref": "AddonsConfig", |
+ "description": "Configurations for the various addons available to run in the cluster." |
+ }, |
+ "status": { |
+ "description": "[Output only] The current status of this cluster.", |
+ "enum": [ |
+ "STATUS_UNSPECIFIED", |
+ "PROVISIONING", |
+ "RUNNING", |
+ "RECONCILING", |
+ "STOPPING", |
+ "ERROR" |
+ ], |
+ "enumDescriptions": [ |
+ "Not set.", |
+ "The PROVISIONING state indicates the cluster is being created.", |
+ "The RUNNING state indicates the cluster has been created and is fully\nusable.", |
+ "The RECONCILING state indicates that some work is actively being done on\nthe cluster, such as upgrading the master or node software. Details can\nbe found in the `statusMessage` field.", |
+ "The STOPPING state indicates the cluster is being deleted.", |
+ "The ERROR state indicates the cluster may be unusable. Details\ncan be found in the `statusMessage` field." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ListOperationsResponse": { |
+ "description": "ListOperationsResponse is the result of ListOperationsRequest.", |
+ "id": "ListOperationsResponse", |
+ "properties": { |
+ "operations": { |
+ "description": "A list of operations in the project in the specified zone.", |
"items": { |
- "type": "string" |
+ "$ref": "Operation" |
}, |
"type": "array" |
}, |
- "instanceGroupUrls": { |
- "description": "[Output only] The resource URLs of [instance\ngroups](/compute/docs/instance-groups/) associated with this\ncluster.", |
+ "missingZones": { |
+ "description": "If any zones are listed here, the list of operations returned\nmay be missing the operations from those zones.", |
"items": { |
"type": "string" |
}, |
"type": "array" |
- }, |
- "networkPolicy": { |
- "$ref": "NetworkPolicy", |
- "description": "Configuration options for the NetworkPolicy feature." |
- }, |
- "servicesIpv4Cidr": { |
- "description": "[Output only] The IP address range of the Kubernetes services in\nthis cluster, in\n[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `1.2.3.4/29`). Service addresses are\ntypically put in the last `/16` from the container CIDR.", |
- "type": "string" |
- }, |
- "enableKubernetesAlpha": { |
- "description": "Kubernetes alpha features are enabled on this cluster. This includes alpha\nAPI groups (e.g. v1alpha1) and features that may not be production ready in\nthe kubernetes version of the master and nodes.\nThe cluster has no SLA for uptime and master/node upgrades are disabled.\nAlpha enabled clusters are automatically deleted thirty days after\ncreation.", |
- "type": "boolean" |
- }, |
- "description": { |
- "description": "An optional description of this cluster.", |
- "type": "string" |
- }, |
- "currentNodeCount": { |
- "description": "[Output only] The number of nodes currently in the cluster.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "monitoringService": { |
- "description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* `monitoring.googleapis.com` - the Google Cloud Monitoring service.\n* `none` - no metrics will be exported from the cluster.\n* if left as an empty string, `monitoring.googleapis.com` will be used.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -1843,23 +1733,17 @@ |
}, |
"type": "object" |
}, |
- "ListOperationsResponse": { |
- "description": "ListOperationsResponse is the result of ListOperationsRequest.", |
- "id": "ListOperationsResponse", |
+ "CidrBlock": { |
+ "description": "CidrBlock contains an optional name and one CIDR block.", |
+ "id": "CidrBlock", |
"properties": { |
- "missingZones": { |
- "description": "If any zones are listed here, the list of operations returned\nmay be missing the operations from those zones.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
+ "cidrBlock": { |
+ "description": "cidr_block must be specified in CIDR notation.", |
+ "type": "string" |
}, |
- "operations": { |
- "description": "A list of operations in the project in the specified zone.", |
- "items": { |
- "$ref": "Operation" |
- }, |
- "type": "array" |
+ "displayName": { |
+ "description": "display_name is an optional field for users to identify CIDR blocks.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1911,10 +1795,57 @@ |
}, |
"type": "object" |
}, |
+ "MasterAuth": { |
+ "description": "The authentication information for accessing the master endpoint.\nAuthentication can be done using HTTP basic auth or using client\ncertificates.", |
+ "id": "MasterAuth", |
+ "properties": { |
+ "clientCertificate": { |
+ "description": "[Output only] Base64-encoded public certificate used by clients to\nauthenticate to the cluster endpoint.", |
+ "type": "string" |
+ }, |
+ "username": { |
+ "description": "The username to use for HTTP basic authentication to the master endpoint.\nFor clusters v1.6.0 and later, you can disable basic authentication by\nproviding an empty username.", |
+ "type": "string" |
+ }, |
+ "password": { |
+ "description": "The password to use for HTTP basic authentication to the master endpoint.\nBecause the master endpoint is open to the Internet, you should create a\nstrong password. If a password is provided for cluster creation, username\nmust be non-empty.", |
+ "type": "string" |
+ }, |
+ "clientCertificateConfig": { |
+ "$ref": "ClientCertificateConfig", |
+ "description": "Configuration for client certificate authentication on the cluster. If no\nconfiguration is specified, a client certificate is issued." |
+ }, |
+ "clientKey": { |
+ "description": "[Output only] Base64-encoded private key used by clients to authenticate\nto the cluster endpoint.", |
+ "type": "string" |
+ }, |
+ "clusterCaCertificate": { |
+ "description": "[Output only] Base64-encoded public certificate that is the root of\ntrust for the cluster.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"NodeConfig": { |
"description": "Parameters that describe the nodes in a cluster.", |
"id": "NodeConfig", |
"properties": { |
+ "preemptible": { |
+ "description": "Whether the nodes are created as preemptible VM instances. See:\nhttps://cloud.google.com/compute/docs/instances/preemptible for more\ninformation about preemptible VM instances.", |
+ "type": "boolean" |
+ }, |
+ "labels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The map of Kubernetes labels (key/value pairs) to be applied to each node.\nThese will added in addition to any default label(s) that\nKubernetes may apply to the node.\nIn case of conflict in label keys, the applied set may differ depending on\nthe Kubernetes version -- it's best to assume the behavior is undefined\nand conflicts should be avoided.\nFor more information, including usage and the valid values, see:\nhttp://kubernetes.io/v1.1/docs/user-guide/labels.html", |
+ "type": "object" |
+ }, |
+ "localSsdCount": { |
+ "description": "The number of local SSD disks to be attached to the node.\n\nThe limit for this value is dependant upon the maximum number of\ndisks available on a machine per zone. See:\nhttps://cloud.google.com/compute/docs/disks/local-ssd#local_ssd_limits\nfor more information.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
"metadata": { |
"additionalProperties": { |
"type": "string" |
@@ -1938,6 +1869,13 @@ |
"description": "The Google Cloud Platform Service Account to be used by the node VMs. If\nno Service Account is specified, the \"default\" service account is used.", |
"type": "string" |
}, |
+ "accelerators": { |
+ "description": "A list of hardware accelerators to be attached to each node.\nSee https://cloud.google.com/compute/docs/gpus for more information about\nsupport for GPUs.", |
+ "items": { |
+ "$ref": "AcceleratorConfig" |
+ }, |
+ "type": "array" |
+ }, |
"machineType": { |
"description": "The name of a Google Compute Engine [machine\ntype](/compute/docs/machine-types) (e.g.\n`n1-standard-1`).\n\nIf unspecified, the default machine type is\n`n1-standard-1`.", |
"type": "string" |
@@ -1952,53 +1890,6 @@ |
"type": "string" |
}, |
"type": "array" |
- }, |
- "preemptible": { |
- "description": "Whether the nodes are created as preemptible VM instances. See:\nhttps://cloud.google.com/compute/docs/instances/preemptible for more\ninformation about preemptible VM instances.", |
- "type": "boolean" |
- }, |
- "labels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "The map of Kubernetes labels (key/value pairs) to be applied to each node.\nThese will added in addition to any default label(s) that\nKubernetes may apply to the node.\nIn case of conflict in label keys, the applied set may differ depending on\nthe Kubernetes version -- it's best to assume the behavior is undefined\nand conflicts should be avoided.\nFor more information, including usage and the valid values, see:\nhttp://kubernetes.io/v1.1/docs/user-guide/labels.html", |
- "type": "object" |
- }, |
- "localSsdCount": { |
- "description": "The number of local SSD disks to be attached to the node.\n\nThe limit for this value is dependant upon the maximum number of\ndisks available on a machine per zone. See:\nhttps://cloud.google.com/compute/docs/disks/local-ssd#local_ssd_limits\nfor more information.", |
- "format": "int32", |
- "type": "integer" |
- } |
- }, |
- "type": "object" |
- }, |
- "MasterAuth": { |
- "description": "The authentication information for accessing the master endpoint.\nAuthentication can be done using HTTP basic auth or using client\ncertificates.", |
- "id": "MasterAuth", |
- "properties": { |
- "clusterCaCertificate": { |
- "description": "[Output only] Base64-encoded public certificate that is the root of\ntrust for the cluster.", |
- "type": "string" |
- }, |
- "clientCertificate": { |
- "description": "[Output only] Base64-encoded public certificate used by clients to\nauthenticate to the cluster endpoint.", |
- "type": "string" |
- }, |
- "username": { |
- "description": "The username to use for HTTP basic authentication to the master endpoint.\nFor clusters v1.6.0 and later, you can disable basic authentication by\nproviding an empty username.", |
- "type": "string" |
- }, |
- "password": { |
- "description": "The password to use for HTTP basic authentication to the master endpoint.\nBecause the master endpoint is open to the Internet, you should create a\nstrong password. If a password is provided for cluster creation, username\nmust be non-empty.", |
- "type": "string" |
- }, |
- "clientCertificateConfig": { |
- "$ref": "ClientCertificateConfig", |
- "description": "Configuration for client certificate authentication on the cluster. If no\nconfiguration is specified, a client certificate is issued." |
- }, |
- "clientKey": { |
- "description": "[Output only] Base64-encoded private key used by clients to authenticate\nto the cluster endpoint.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -2022,17 +1913,17 @@ |
"description": "ListClustersResponse is the result of ListClustersRequest.", |
"id": "ListClustersResponse", |
"properties": { |
- "missingZones": { |
- "description": "If any zones are listed here, the list of clusters returned\nmay be missing those zones.", |
+ "clusters": { |
+ "description": "A list of clusters in the project in the specified zone, or\nacross all ones.", |
"items": { |
- "type": "string" |
+ "$ref": "Cluster" |
}, |
"type": "array" |
}, |
- "clusters": { |
- "description": "A list of clusters in the project in the specified zone, or\nacross all ones.", |
+ "missingZones": { |
+ "description": "If any zones are listed here, the list of clusters returned\nmay be missing those zones.", |
"items": { |
- "$ref": "Cluster" |
+ "type": "string" |
}, |
"type": "array" |
} |
@@ -2061,6 +1952,31 @@ |
}, |
"type": "object" |
}, |
+ "SetMasterAuthRequest": { |
+ "description": "SetMasterAuthRequest updates the admin password of a cluster.", |
+ "id": "SetMasterAuthRequest", |
+ "properties": { |
+ "update": { |
+ "$ref": "MasterAuth", |
+ "description": "A description of the update." |
+ }, |
+ "action": { |
+ "description": "The exact form of action to be taken on the master auth", |
+ "enum": [ |
+ "UNKNOWN", |
+ "SET_PASSWORD", |
+ "GENERATE_PASSWORD" |
+ ], |
+ "enumDescriptions": [ |
+ "Operation is unknown and will error out", |
+ "Set the password to a user generated value.", |
+ "Generate a new password and set it to that." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"ClientCertificateConfig": { |
"description": "Configuration for client certificates on the cluster.", |
"id": "ClientCertificateConfig", |
@@ -2093,31 +2009,6 @@ |
}, |
"type": "object" |
}, |
- "SetMasterAuthRequest": { |
- "description": "SetMasterAuthRequest updates the admin password of a cluster.", |
- "id": "SetMasterAuthRequest", |
- "properties": { |
- "update": { |
- "$ref": "MasterAuth", |
- "description": "A description of the update." |
- }, |
- "action": { |
- "description": "The exact form of action to be taken on the master auth", |
- "enum": [ |
- "UNKNOWN", |
- "SET_PASSWORD", |
- "GENERATE_PASSWORD" |
- ], |
- "enumDescriptions": [ |
- "Operation is unknown and will error out", |
- "Set the password to a user generated value.", |
- "Generate a new password and set it to that." |
- ], |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"IPAllocationPolicy": { |
"description": "Configuration for controlling how IPs are allocated in the cluster.", |
"id": "IPAllocationPolicy", |
@@ -2138,13 +2029,13 @@ |
"description": "The IP address range of the services IPs in this cluster. If blank, a range\nwill be automatically chosen with the default size.\n\nThis field is only applicable when `use_ip_aliases` is true.\n\nSet to blank to have a range will be chosen with the default size.\n\nSet to /netmask (e.g. `/14`) to have a range be chosen with a specific\nnetmask.\n\nSet to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)\nnotation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g.\n`10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range\nto use.", |
"type": "string" |
}, |
- "useIpAliases": { |
- "description": "Whether alias IPs will be used for pod IPs in the cluster.", |
- "type": "boolean" |
- }, |
"createSubnetwork": { |
"description": "Whether a new subnetwork will be created automatically for the cluster.\n\nThis field is only applicable when `use_ip_aliases` is true.", |
"type": "boolean" |
+ }, |
+ "useIpAliases": { |
+ "description": "Whether alias IPs will be used for pod IPs in the cluster.", |
+ "type": "boolean" |
} |
}, |
"type": "object" |
@@ -2153,6 +2044,14 @@ |
"description": "ClusterUpdate describes an update to the cluster. Exactly one update can\nbe applied to a cluster with each request, so at most one field can be\nprovided.", |
"id": "ClusterUpdate", |
"properties": { |
+ "desiredAddonsConfig": { |
+ "$ref": "AddonsConfig", |
+ "description": "Configurations for the various addons available to run in the cluster." |
+ }, |
+ "desiredNodePoolId": { |
+ "description": "The node pool to be upgraded. This field is mandatory if\n\"desired_node_version\", \"desired_image_family\" or\n\"desired_node_pool_autoscaling\" is specified and there is more than one\nnode pool on the cluster.", |
+ "type": "string" |
+ }, |
"desiredNodeVersion": { |
"description": "The Kubernetes version to change the nodes to (typically an\nupgrade). Use `-` to upgrade to the latest version supported by\nthe server.", |
"type": "string" |
@@ -2161,9 +2060,9 @@ |
"description": "The Kubernetes version to change the master to. The only valid value is the\nlatest supported version. Use \"-\" to have the server automatically select\nthe latest version.", |
"type": "string" |
}, |
- "desiredNodePoolAutoscaling": { |
- "$ref": "NodePoolAutoscaling", |
- "description": "Autoscaler configuration for the node pool specified in\ndesired_node_pool_id. If there is only one pool in the\ncluster and desired_node_pool_id is not provided then\nthe change applies to that single node pool." |
+ "desiredMasterAuthorizedNetworksConfig": { |
+ "$ref": "MasterAuthorizedNetworksConfig", |
+ "description": "Master authorized networks is a Beta feature.\nThe desired configuration options for master authorized networks feature." |
}, |
"desiredLocations": { |
"description": "The desired list of Google Compute Engine\n[locations](/compute/docs/zones#available) in which the cluster's nodes\nshould be located. Changing the locations a cluster is in will result\nin nodes being either created or removed from the cluster, depending on\nwhether locations are being added or removed.\n\nThis list must always include the cluster's primary zone.", |
@@ -2172,6 +2071,10 @@ |
}, |
"type": "array" |
}, |
+ "desiredNodePoolAutoscaling": { |
+ "$ref": "NodePoolAutoscaling", |
+ "description": "Autoscaler configuration for the node pool specified in\ndesired_node_pool_id. If there is only one pool in the\ncluster and desired_node_pool_id is not provided then\nthe change applies to that single node pool." |
+ }, |
"desiredMonitoringService": { |
"description": "The monitoring service the cluster should use to write metrics.\nCurrently available options:\n\n* \"monitoring.googleapis.com\" - the Google Cloud Monitoring service\n* \"none\" - no metrics will be exported from the cluster", |
"type": "string" |
@@ -2179,14 +2082,6 @@ |
"desiredImageType": { |
"description": "The desired image type for the node pool.\nNOTE: Set the \"desired_node_pool\" field as well.", |
"type": "string" |
- }, |
- "desiredAddonsConfig": { |
- "$ref": "AddonsConfig", |
- "description": "Configurations for the various addons available to run in the cluster." |
- }, |
- "desiredNodePoolId": { |
- "description": "The node pool to be upgraded. This field is mandatory if\n\"desired_node_version\", \"desired_image_family\" or\n\"desired_node_pool_autoscaling\" is specified and there is more than one\nnode pool on the cluster.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -2213,6 +2108,24 @@ |
}, |
"type": "object" |
}, |
+ "MasterAuthorizedNetworksConfig": { |
+ "description": "Master authorized networks is a Beta feature.\nConfiguration options for the master authorized networks feature. Enabled\nmaster authorized networks will disallow all external traffic to access\nKubernetes master through HTTPS except traffic from the given CIDR blocks,\nGoogle Compute Engine Public IPs and Google Prod IPs.", |
+ "id": "MasterAuthorizedNetworksConfig", |
+ "properties": { |
+ "enabled": { |
+ "description": "Whether or not master authorized networks is enabled.", |
+ "type": "boolean" |
+ }, |
+ "cidrBlocks": { |
+ "description": "cidr_blocks define up to 10 external networks that could access\nKubernetes master through HTTPS.", |
+ "items": { |
+ "$ref": "CidrBlock" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Empty": { |
"description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
"id": "Empty", |
@@ -2251,6 +2164,172 @@ |
} |
}, |
"type": "object" |
+ }, |
+ "ListNodePoolsResponse": { |
+ "description": "ListNodePoolsResponse is the result of ListNodePoolsRequest.", |
+ "id": "ListNodePoolsResponse", |
+ "properties": { |
+ "nodePools": { |
+ "description": "A list of node pools for a cluster.", |
+ "items": { |
+ "$ref": "NodePool" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "CompleteIPRotationRequest": { |
+ "description": "CompleteIPRotationRequest moves the cluster master back into single-IP mode.", |
+ "id": "CompleteIPRotationRequest", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
+ "StartIPRotationRequest": { |
+ "description": "StartIPRotationRequest creates a new IP for the cluster and then performs\na node upgrade on each node pool to point to the new IP.", |
+ "id": "StartIPRotationRequest", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
+ "UpdateNodePoolRequest": { |
+ "description": "UpdateNodePoolRequests update a node pool's image and/or version.", |
+ "id": "UpdateNodePoolRequest", |
+ "properties": { |
+ "nodeVersion": { |
+ "description": "The Kubernetes version to change the nodes to (typically an\nupgrade). Use `-` to upgrade to the latest version supported by\nthe server.", |
+ "type": "string" |
+ }, |
+ "imageType": { |
+ "description": "The desired image type for the node pool.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "AcceleratorConfig": { |
+ "description": "AcceleratorConfig represents a Hardware Accelerator request.", |
+ "id": "AcceleratorConfig", |
+ "properties": { |
+ "acceleratorType": { |
+ "description": "The accelerator type resource name. List of supported accelerators\n[here](/compute/docs/gpus/#Introduction)", |
+ "type": "string" |
+ }, |
+ "acceleratorCount": { |
+ "description": "The number of the accelerator cards exposed to an instance.", |
+ "format": "int64", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "LegacyAbac": { |
+ "description": "Configuration for the legacy Attribute Based Access Control authorization\nmode.", |
+ "id": "LegacyAbac", |
+ "properties": { |
+ "enabled": { |
+ "description": "Whether the ABAC authorizer is enabled for this cluster. When enabled,\nidentities in the system, including service accounts, nodes, and\ncontrollers, will have statically granted permissions beyond those\nprovided by the RBAC configuration or IAM.", |
+ "type": "boolean" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "SetAddonsConfigRequest": { |
+ "description": "SetAddonsConfigRequest sets the addons associated with the cluster.", |
+ "id": "SetAddonsConfigRequest", |
+ "properties": { |
+ "addonsConfig": { |
+ "$ref": "AddonsConfig", |
+ "description": "The desired configurations for the various addons available to run in the\ncluster." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "NodePool": { |
+ "description": "NodePool contains the name and configuration for a cluster's node pool.\nNode pools are a set of nodes (i.e. VM's), with a common configuration and\nspecification, under the control of the cluster master. They may have a set\nof Kubernetes labels applied to them, which may be used to reference them\nduring pod scheduling. They may also be resized up or down, to accommodate\nthe workload.", |
+ "id": "NodePool", |
+ "properties": { |
+ "config": { |
+ "$ref": "NodeConfig", |
+ "description": "The node configuration of the pool." |
+ }, |
+ "statusMessage": { |
+ "description": "[Output only] Additional information about the current status of this\nnode pool instance, if available.", |
+ "type": "string" |
+ }, |
+ "name": { |
+ "description": "The name of the node pool.", |
+ "type": "string" |
+ }, |
+ "autoscaling": { |
+ "$ref": "NodePoolAutoscaling", |
+ "description": "Autoscaler configuration for this NodePool. Autoscaler is enabled\nonly if a valid configuration is present." |
+ }, |
+ "management": { |
+ "$ref": "NodeManagement", |
+ "description": "NodeManagement configuration for this NodePool." |
+ }, |
+ "initialNodeCount": { |
+ "description": "The initial node count for the pool. You must ensure that your\nCompute Engine <a href=\"/compute/docs/resource-quotas\">resource quota</a>\nis sufficient for this number of instances. You must also have available\nfirewall and routes quota.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "selfLink": { |
+ "description": "[Output only] Server-defined URL for the resource.", |
+ "type": "string" |
+ }, |
+ "instanceGroupUrls": { |
+ "description": "[Output only] The resource URLs of [instance\ngroups](/compute/docs/instance-groups/) associated with this\nnode pool.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "version": { |
+ "description": "[Output only] The version of the Kubernetes of this node.", |
+ "type": "string" |
+ }, |
+ "status": { |
+ "description": "[Output only] The status of the nodes in this pool instance.", |
+ "enum": [ |
+ "STATUS_UNSPECIFIED", |
+ "PROVISIONING", |
+ "RUNNING", |
+ "RUNNING_WITH_ERROR", |
+ "RECONCILING", |
+ "STOPPING", |
+ "ERROR" |
+ ], |
+ "enumDescriptions": [ |
+ "Not set.", |
+ "The PROVISIONING state indicates the node pool is being created.", |
+ "The RUNNING state indicates the node pool has been created\nand is fully usable.", |
+ "The RUNNING_WITH_ERROR state indicates the node pool has been created\nand is partially usable. Some error state has occurred and some\nfunctionality may be impaired. Customer may need to reissue a request\nor trigger a new update.", |
+ "The RECONCILING state indicates that some work is actively being done on\nthe node pool, such as upgrading node software. Details can\nbe found in the `statusMessage` field.", |
+ "The STOPPING state indicates the node pool is being deleted.", |
+ "The ERROR state indicates the node pool may be unusable. Details\ncan be found in the `statusMessage` field." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "SetLabelsRequest": { |
+ "description": "SetLabelsRequest sets the Google Cloud Platform labels on a Google Container\nEngine cluster, which will in turn set them for Google Compute Engine\nresources used by that cluster", |
+ "id": "SetLabelsRequest", |
+ "properties": { |
+ "resourceLabels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "The labels to set for that cluster.", |
+ "type": "object" |
+ }, |
+ "labelFingerprint": { |
+ "description": "The fingerprint of the previous set of labels for this resource,\nused to detect conflicts. The fingerprint is initially generated by\nContainer Engine and changes after every request to modify or update\nlabels. You must always provide an up-to-date fingerprint hash when\nupdating or changing labels. Make a <code>get()</code> request to the\nresource to get the latest fingerprint.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "", |