Skip to content

Commit f6abf82

Browse files
authored
Merge pull request kubernetes#87874 from 928234269/fix_staticcheck07
fix staticcheck errors in vendor/k8s.io/legacy-cloud-providers/aws.
2 parents 091b9ab + d5edfc9 commit f6abf82

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

hack/.staticcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,4 @@ vendor/k8s.io/kubectl/pkg/cmd/util/editor
112112
vendor/k8s.io/kubectl/pkg/cmd/wait
113113
vendor/k8s.io/kubectl/pkg/describe/versioned
114114
vendor/k8s.io/kubectl/pkg/scale
115-
vendor/k8s.io/legacy-cloud-providers/aws
116115
vendor/k8s.io/metrics/pkg/client/custom_metrics

staging/src/k8s.io/legacy-cloud-providers/aws/aws_fakes.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,6 @@ func (elb *FakeELB) ModifyLoadBalancerAttributes(*elb.ModifyLoadBalancerAttribut
488488
panic("Not implemented")
489489
}
490490

491-
// expectDescribeLoadBalancers is not implemented but is required for interface
492-
// conformance
493-
func (elb *FakeELB) expectDescribeLoadBalancers(loadBalancerName string) {
494-
panic("Not implemented")
495-
}
496-
497491
// FakeELBV2 is a fake ELBV2 client used for testing
498492
type FakeELBV2 struct {
499493
aws *FakeAWSServices

0 commit comments

Comments
 (0)