clean unused function in file pkg/cloudprovider/providers/gce/gce_loadbalancer.go
This commit is contained in:
parent
323e1375b3
commit
1ad93ca301
@ -41,10 +41,6 @@ var (
|
|||||||
lbSrcRngsFlag cidrs
|
lbSrcRngsFlag cidrs
|
||||||
)
|
)
|
||||||
|
|
||||||
func newLoadBalancerMetricContext(request, region string) *metricContext {
|
|
||||||
return newGenericMetricContext("loadbalancer", request, region, unusedMetricLabel, computeV1Version)
|
|
||||||
}
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
var err error
|
var err error
|
||||||
// LB L7 proxies and all L3/4/7 health checkers have client addresses within these known CIDRs.
|
// LB L7 proxies and all L3/4/7 health checkers have client addresses within these known CIDRs.
|
||||||
|
Loading…
Reference in New Issue
Block a user