Provisioning: Return unmanaged count in stats (#109462)

* Unmanaged counts

* Add integration test

* Generate open api spec
This commit is contained in:
Roberto Jiménez Sánchez
2025-08-12 09:17:25 +02:00
committed by GitHub
parent 0d8518dc2f
commit 8a690e977e
6 changed files with 191 additions and 0 deletions
@@ -5289,6 +5289,14 @@
},
"metadata": {
"default": {}
},
"unmanaged": {
"description": "Stats across all unified storage When legacy storage is still used, this will offer a shim",
"type": "array",
"items": {
"default": {}
},
"x-kubernetes-list-type": "atomic"
}
}
},