-
Notifications
You must be signed in to change notification settings - Fork 324
fix docker, disk_quota and health+readiness check type serialization #1261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
32fc8fc to
bef27de
Compare
|
Hello @schulzh , thank you for your contribution! |
|
Hi @anthonydahanne , I've added a unit test, could you take a look again? |
16228c6 to
b1a5fe5
Compare
116d445 to
2a6f170
Compare
2a6f170 to
8117875
Compare
|
Hi @anthonydahanne , I've added two more serialization fixes to the PR. |
Lokowandtg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
(but not tested)
|
Hi @schulzh ! Thanks for your contribution. Would you mind rebasing on |
|
Hi @Kehrlann , i've updated the branch. |
Kehrlann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I was hoping for a rebase rather than a merge, but that's OK.
This fixes two issues we've encountered with the manifest serialization.
The first is that docker was not serialized as a deep structure, but as a string (java object representation), which breaks the yaml. The second issue is that the disk quota was not serialized with the correct field name.