UnifiedStorage: Add ResourceTable format (#96506)
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"metadata": {},
|
||||
"columnDefinitions": [
|
||||
{
|
||||
"name": "title",
|
||||
"type": "string",
|
||||
"format": "",
|
||||
"description": "",
|
||||
"priority": 0
|
||||
},
|
||||
{
|
||||
"name": "stats.count",
|
||||
"type": "number",
|
||||
"format": "int64",
|
||||
"description": "",
|
||||
"priority": 0
|
||||
},
|
||||
{
|
||||
"name": "number",
|
||||
"type": "number",
|
||||
"format": "double",
|
||||
"description": "float64 value",
|
||||
"priority": 0
|
||||
},
|
||||
{
|
||||
"name": "tags",
|
||||
"type": "string",
|
||||
"format": "",
|
||||
"description": "",
|
||||
"priority": 0
|
||||
}
|
||||
],
|
||||
"rows": [
|
||||
{
|
||||
"cells": [
|
||||
"AAA",
|
||||
null,
|
||||
12345,
|
||||
[
|
||||
"one"
|
||||
]
|
||||
],
|
||||
"object": {
|
||||
"metadata": {
|
||||
"name": "aaa",
|
||||
"namespace": "default",
|
||||
"resourceVersion": "10",
|
||||
"creationTimestamp": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
"BBB",
|
||||
12345,
|
||||
null,
|
||||
[
|
||||
"one",
|
||||
"two"
|
||||
]
|
||||
],
|
||||
"object": {
|
||||
"metadata": {
|
||||
"name": "bbb",
|
||||
"namespace": "default",
|
||||
"resourceVersion": "10",
|
||||
"creationTimestamp": null
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user