File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
staging/src/k8s.io/legacy-cloud-providers/aws Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -112,5 +112,4 @@ vendor/k8s.io/kubectl/pkg/cmd/util/editor
112
112
vendor/k8s.io/kubectl/pkg/cmd/wait
113
113
vendor/k8s.io/kubectl/pkg/describe/versioned
114
114
vendor/k8s.io/kubectl/pkg/scale
115
- vendor/k8s.io/legacy-cloud-providers/aws
116
115
vendor/k8s.io/metrics/pkg/client/custom_metrics
Original file line number Diff line number Diff line change @@ -488,12 +488,6 @@ func (elb *FakeELB) ModifyLoadBalancerAttributes(*elb.ModifyLoadBalancerAttribut
488
488
panic ("Not implemented" )
489
489
}
490
490
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
-
497
491
// FakeELBV2 is a fake ELBV2 client used for testing
498
492
type FakeELBV2 struct {
499
493
aws * FakeAWSServices
You can’t perform that action at this time.
0 commit comments