Reporting: Add basic read-only apiserver (#89140)

pull/88661/head
Ryan McKinley 2 years ago committed by GitHub
parent afc1e148b2
commit 23d9af7175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/api-merged.json
  2. 2
      public/openapi3.json

@ -19966,6 +19966,7 @@
}
},
"State": {
"description": "+enum",
"type": "string"
},
"Status": {
@ -20725,6 +20726,7 @@
}
},
"Type": {
"description": "+enum",
"type": "string"
},
"TypeMeta": {

@ -10345,6 +10345,7 @@
"type": "object"
},
"State": {
"description": "+enum",
"type": "string"
},
"Status": {
@ -11104,6 +11105,7 @@
"type": "array"
},
"Type": {
"description": "+enum",
"type": "string"
},
"TypeMeta": {

Loading…
Cancel
Save