Merge pull request #87874 from 928234269/fix_staticcheck07

fix staticcheck errors in vendor/k8s.io/legacy-cloud-providers/aws.
This commit is contained in:
Kubernetes Prow Robot 2020-02-07 05:57:30 -08:00 committed by GitHub
commit f6abf820fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -112,5 +112,4 @@ vendor/k8s.io/kubectl/pkg/cmd/util/editor
vendor/k8s.io/kubectl/pkg/cmd/wait vendor/k8s.io/kubectl/pkg/cmd/wait
vendor/k8s.io/kubectl/pkg/describe/versioned vendor/k8s.io/kubectl/pkg/describe/versioned
vendor/k8s.io/kubectl/pkg/scale vendor/k8s.io/kubectl/pkg/scale
vendor/k8s.io/legacy-cloud-providers/aws
vendor/k8s.io/metrics/pkg/client/custom_metrics vendor/k8s.io/metrics/pkg/client/custom_metrics

View File

@ -488,12 +488,6 @@ func (elb *FakeELB) ModifyLoadBalancerAttributes(*elb.ModifyLoadBalancerAttribut
panic("Not implemented") panic("Not implemented")
} }
// expectDescribeLoadBalancers is not implemented but is required for interface
// conformance
func (elb *FakeELB) expectDescribeLoadBalancers(loadBalancerName string) {
panic("Not implemented")
}
// FakeELBV2 is a fake ELBV2 client used for testing // FakeELBV2 is a fake ELBV2 client used for testing
type FakeELBV2 struct { type FakeELBV2 struct {
aws *FakeAWSServices aws *FakeAWSServices