Преглед на файлове

Merge pull request #1798 from mattray/api_updates

Minor update to API documentation to Include nodes and pods
Matt Ray преди 3 години
родител
ревизия
2ffdd52cb9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/swagger.json

+ 1 - 1
docs/swagger.json

@@ -69,7 +69,7 @@
           {
           {
           "name": "aggregate",
           "name": "aggregate",
           "in": "query",
           "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,
           "required": false,
           "style": "form",
           "style": "form",
           "explode": true,
           "explode": true,