mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #87874 from 928234269/fix_staticcheck07
fix staticcheck errors in vendor/k8s.io/legacy-cloud-providers/aws.
This commit is contained in:
commit
f6abf820fd
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user