-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update module dependency to latest in go.mod #21
Conversation
update module dependency to latest
@zhi-gang-sun: The label(s) In response to this:
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhi-gang-sun The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @zhi-gang-sun! It looks like this is your first PR to knative-sandbox/kn-plugin-admin 🎉 |
@zhanggbj please help to take a look at the PR when you get time, thank you. |
update dependency to latest
@zhi-gang-sun In my PR 17, I updated the
I think there are some interfaces changed in new knative/client-go library and we need to change our codes if we want to adopt it, for example, in cm, err := params.ClientSet.CoreV1().ConfigMaps("knative-serving").Get(context.TODO(), "config-domain", metav1.GetOptions{}) This is why I updated |
Thank you @chaozbj let me verify it in my local and ping you. |
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 PR! Please make sure ./hack/build.sh
runs successfully (as we don't have test-infra setup yet)
@zhi-gang-sun looks like
|
close this PR and will submit a new one with latest changes. |
update module dependency to latest
Changes
-:broom: Update or clean up current behavior
/kind cleanup
Fixes #20
Release Note
Docs