Explorar o código

Merge pull request #1798 from mattray/api_updates

Minor update to API documentation to Include nodes and pods
Matt Ray %!s(int64=3) %!d(string=hai) anos
pai
achega
2ffdd52cb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/swagger.json

+ 1 - 1
docs/swagger.json

@@ -69,7 +69,7 @@
           {
           "name": "aggregate",
           "in": "query",
-          "description": "Field by which to aggregate the results. Accepts: `cluster`, `namespace`, `controllerKind`, `controller`, `service`, `label:<name>`, and `annotation:<name>`. Also accepts comma-separated lists for multi-aggregation, like `namespace,label:app`.",
+          "description": "Field by which to aggregate the results. Accepts: `cluster`, `node`, `namespace`, `controllerKind`, `controller`, `service`, `pod`, `container`, `label:<name>`, and `annotation:<name>`. Also accepts comma-separated lists for multi-aggregation, like `namespace,label:app`.",
           "required": false,
           "style": "form",
           "explode": true,