fix staticcheck errors in vendor/k8s.io/legacy-cloud-providers/aws.

Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
Sakura 2020-02-06 11:08:45 +08:00
parent 9f6f608816
commit d5edfc9817
No known key found for this signature in database
GPG Key ID: 07F5F462F68548F1
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