-
Notifications
You must be signed in to change notification settings - Fork 62
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
Generate v1 files from latest beta versions #120
Generate v1 files from latest beta versions #120
Conversation
Welcome @mauriciopoppe! |
Hi @mauriciopoppe. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
6a25979
to
dbed22a
Compare
dbed22a
to
c8b735d
Compare
sorry for the late review. @mauriciopoppe one q I had was are the renaming of the client_generated.go files for the different API groups like: https://github.com/kubernetes-csi/csi-proxy/pull/120/files#diff-9462bc31a89a73f4209384d57c5e6728708a03d7e03d4f2a80e250e2893f887c . Those should be just fresh new files for v1 (as in https://github.com/kubernetes-csi/csi-proxy/tree/master/client/groups/disk for example). Can you please double check that? Otherwise LGTM. |
@ddebroy I found out that It looks like the line Line 6 in cf66b05
can't be removed, because the source code files are now using the I also looked at the issue about git thinking that a rename happened instead of a code generation, I think this is answered in https://stackoverflow.com/a/15031787/3341726 and it's how diffs are displayed, I run the following to check which files were actually renamed and there are none:
Anyways it looks like it's just a |
Thanks for double checking that @mauriciopoppe |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ddebroy, mauriciopoppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Generates v1 API files for
client/api/{disk,filesystem,smb,volume}
, summary of changes:make clean
andmake generate
/cc @jingxu97
Does this PR introduce a user-facing change?: