Open
Description
Our custom Quantity parsing doesn't match K8s behavior completely. This issue tracks the improvement of our parsing. This might break tests.
Parsing spec: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/
This issue was raised after an internal arch meeting where the code style around resource specifications was discussed.
### Acceptance criteria
- [ ] tests are added that cover the current mismatch in parsing
- [ ] the parsing is fixed and in sync with k8s parsing
- [ ] quantity format document in the documentation is updated