-
Notifications
You must be signed in to change notification settings - Fork 113
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
Remove unused fields from GitSource #683
Conversation
Yes, It is initialized by @sbose78 at the beginning. But no implementation yet. If we don't have a plan to achieve it in the latest release or in |
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.
Interesting. Never saw them before.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 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 |
/lgtm |
oh damn, sorry I added/remove my looksgoodtome, it seems we want @sbose78 approval as he originally added this? |
Is an API change. I think we then look for lgtm and approve to come from different companies. Although this one is not really an API change. It only removes what was never read by any controller anyway. |
/lgtm |
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.
Was an ambitious addition, let's remove it now. We'll probably not use the API when we actually implement this.
Fixes #682
Changes
Remove
HTTPProxy
,HTTPSProxy
,NoProxy
andFlavor
. No other code referenced them, so if users set these fields they wouldn't have any effect./kind cleanup
/kind api-change
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes
/assign @sbose78