K8s: Dashboards: Fix transformation between v1 and v2 (#104502)

This commit is contained in:
Stephanie Hingtgen
2025-04-25 05:06:49 -06:00
committed by GitHub
parent 40799d1f57
commit 43d0053c80
6 changed files with 10 additions and 9 deletions
@@ -1087,6 +1087,9 @@
"type": "string",
"default": ""
},
"origin": {
"type": "string"
},
"value": {
"type": "string",
"default": ""
@@ -1104,9 +1107,6 @@
"type": "string",
"default": ""
}
},
"origin": {
"type": "string"
}
}
},
@@ -1215,7 +1215,7 @@
"type": "array",
"items": {
"type": "integer",
"format": "byte",
"format": "int64",
"default": 0
}
}
@@ -4588,4 +4588,4 @@
}
}
}
}
}