-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Draft design doc for restoring API group version by priority level #3050
Draft design doc for restoring API group version by priority level #3050
Conversation
Signed-off-by: F. Gold <[email protected]>
a9f88eb
to
67a983b
Compare
Signed-off-by: F. Gold <[email protected]>
Signed-off-by: F. Gold <[email protected]>
Signed-off-by: F. Gold <[email protected]>
Signed-off-by: F. Gold <[email protected]>
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.
This proposal looks pretty solid to me! I do have some clarifications I think we can make, but on the whole I'm comfortable with the direction.
@vmware-tanzu/velero-maintainers please also take a look and see what you think.
Thank you @nrb for your careful review and very on-target and helpful comments. While writing out the code, I realized I reference the incorrect Kubernetes version sorting function. I have also decided to change some of the methods and variable names. I'll be sure to update the design doc tomorrow with yours and my updates. |
Signed-off-by: F. Gold <[email protected]>
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.
I have 1 change to request and two questions. Thanks for the very detailed proposal! This is looking very solid!
Signed-off-by: F. Gold <[email protected]>
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.
Thanks for the detailed proposal.
This LGTM.
@nrb Handing this to you for sign-off and merge.
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.
Thanks for these revisions and all your hard work on this!
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
…mware-tanzu#3050) * Draft design doc for restoring API group version by priority level Signed-off-by: F. Gold <[email protected]> * Make changes per @jenting review and use filepath to join paths Signed-off-by: F. Gold <[email protected]> * Update design doc with config map and k8s version priorities Signed-off-by: F. Gold <[email protected]> * Edit k8s doc URL per @jenting's review comment Signed-off-by: F. Gold <[email protected]> * Editorial changes Signed-off-by: F. Gold <[email protected]> * Changes per @nrb PR review and other edits Signed-off-by: F. Gold <[email protected]> * Update Status.FormatVersion check sections and minor edits Signed-off-by: F. Gold <[email protected]>
Add design doc draft for restoring API group version by priority level.
Addresses issue #2551.
Signed-off-by: F. Gold [email protected]