Skip to content

Commit

Permalink
Update test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Browse files Browse the repository at this point in the history
Co-authored-by: 张祖建 <[email protected]>
  • Loading branch information
bobz965 and zhangzujian committed Jul 20, 2023
1 parent 953683a commit 28ba465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var _ = framework.Describe("[group:slr]", func() {
stsName, stsSvcName string
selSlrName, selSvcName string
epSlrName, epSvcName string
overlaySubnetV4Cidr, vip string
overlaySubnetCIDR, vip string

Check failure on line 111 in test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go

View workflow job for this annotation

GitHub Actions / lint

overlaySubnetCIDR declared and not used

Check failure on line 111 in test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go

View workflow job for this annotation

GitHub Actions / lint

overlaySubnetCIDR declared and not used
// TODO:// slr support dual-stack
frontPort, selSlrFrontPort, epSlrFrontPort, backendPort int32
)
Expand Down

0 comments on commit 28ba465

Please sign in to comment.