-
Notifications
You must be signed in to change notification settings - Fork 698
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 tfjob 1.19.x compatible clientset #1290
Generate tfjob 1.19.x compatible clientset #1290
Conversation
`go build` will fail since same group version is redeclared in groupversion_info.go Signed-off-by: Jiaxin Shan <[email protected]>
1. Update dependencies to 1.19.x compatible 2. Update update-codegen.sh to use pkg from go modules pkg 3. Generate clientsets which supports context Signed-off-by: Jiaxin Shan <[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!
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jeffwan, terrytangyuan 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 |
* Resolve GroupVersion redeclared issue `go build` will fail since same group version is redeclared in groupversion_info.go Signed-off-by: Jiaxin Shan <[email protected]> * Generate tfjob 1.19.x compatible clientset 1. Update dependencies to 1.19.x compatible 2. Update update-codegen.sh to use pkg from go modules pkg 3. Generate clientsets which supports context Signed-off-by: Jiaxin Shan <[email protected]>
This PR resolves #1289. We determine to use 1.19.x in the new develop branch
kubeflow:all-in-one-operator
but there're some conflicts in code build. Changes were introduced from #1286/cc @zw0610