-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
15 lines (15 loc) · 794 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
kubestat.py
* Update readme.md
* Refactoring: eliminate camel case even in fields of dicts
* Assertion of list of fields
* Max output width: In arguments allow setting per-field width
* Add context variable where relevant
* For per-container parsing: make configurable (may be) or simplify
* Make generic mechanism of parsing resources: CPU, memory, ephemeral-storage, storage
* Validation: Resource management: if requests/limits are not specified, set some flag when calculating totals (calculation is not precise)
* Validation: as summary show if there are any unresolved PVCs
* Validation: as summary show if there are any not used PVCs
* Dump: make YAML for better formatting of JSONs
* Dump: automated adding suffix
* Dump: capability to load from dump
* Dump: output results to the dump