Employ struct for admission patches instead of JSON strings.
After implementing these changes I am not really sure if this makes the code more readable or understandable. Let's discuss whether we merge or discard these changes.
Checklist
Before submitting this PR, please make sure:
[x] your code builds clean with make
[x] your code lets succeed unit tests with make test
Description
Employ struct for admission patches instead of JSON strings.
After implementing these changes I am not really sure if this makes the code more readable or understandable. Let's discuss whether we merge or discard these changes.
Checklist
Before submitting this PR, please make sure:
make
make test