From 23d9af7175cb35a0deadf5e79638d0557e66fdb4 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 14 Jun 2024 15:49:08 +0300 Subject: [PATCH] Reporting: Add basic read-only apiserver (#89140) --- public/api-merged.json | 2 ++ public/openapi3.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/api-merged.json b/public/api-merged.json index a7ee17cff5a..81135377b88 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -19966,6 +19966,7 @@ } }, "State": { + "description": "+enum", "type": "string" }, "Status": { @@ -20725,6 +20726,7 @@ } }, "Type": { + "description": "+enum", "type": "string" }, "TypeMeta": { diff --git a/public/openapi3.json b/public/openapi3.json index a83e201924a..592f747a06c 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -10345,6 +10345,7 @@ "type": "object" }, "State": { + "description": "+enum", "type": "string" }, "Status": { @@ -11104,6 +11105,7 @@ "type": "array" }, "Type": { + "description": "+enum", "type": "string" }, "TypeMeta": {