mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reporting: Add basic read-only apiserver (#89140)
This commit is contained in:
parent
afc1e148b2
commit
23d9af7175
@ -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…
Reference in New Issue
Block a user