-
Notifications
You must be signed in to change notification settings - Fork 350
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
Add a property to Mount trait that creates then mounts a PVC #3230
Conversation
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.
Good work. I've added some comments on how to continue. Moreover, once the implementation is over, we should have an example and possibly an e2e test to validate the new functionality.
9218666
to
36c7053
Compare
The latest changes have hardly broken the build. Please, have a look. |
Yeah the errors are mostly about go syntax and kubernetes api. I'll take a look shortly. |
7e29988
to
76684c0
Compare
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.
Good work, thanks. I guess we may improve the parsing with a regular expression and more precise error messages, but let's keep it as a future enhancement.
01c88bc
to
de042ad
Compare
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.
It looks good now. Please, remind to we should have an example and possibly an e2e test to validate the new functionality before merging.
b4d7d90
to
80354e6
Compare
@squakez when creating the example I found out several things:
This can be easily fixed with the |
About 1) I think it would be nice to let the user provide the info, so we might add to the trait parse. As for 2) I think you're missing in the creation of the |
This PR has been automatically marked as stale due to 90 days of inactivity. |
Release Note
fixes #2994
@squakez please review