-
Notifications
You must be signed in to change notification settings - Fork 41.5k
remove TODO in test/e2e/framework/providers/gce/ingress.go #87132
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
Conversation
/test pull-kubernetes-integration |
/retest |
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.
according to github, this function is unused, so the change seems fine.
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 is a good change as there is no need to have OrError
for a function that returns an error
.
/lgtm
/approve
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.
the function still needs an export comment on top of it?
// GetFirewallRule returns the firewall used by the IngressController.
// Returns an error if that fails.
func (cont *IngressController) GetFirewallRule() (*compute.Firewall, error) {
...
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.
please fix this error:
/priority backlog |
5927641
to
f06a61a
Compare
@neolit123 |
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
fdc882a
to
cb07680
Compare
/retest |
unrelated test is failed. /retest |
/retest |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, oomichi, yuxiaobo96 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 |
Signed-off-by: yuxiaobo yuxiaobogo@163.com
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
ref:#86763
Special notes for your reviewer:
The TODO in the function GetFirewallRuleOrError is related to the function GetFirewallRule. But the function GetFirewallRule is not used, so remove this function and modify the function GetFirewallRuleOrError to GetFirewallRule.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: