mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
fix staticcheck errors in vendor/k8s.io/legacy-cloud-providers/aws.
Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
parent
9f6f608816
commit
d5edfc9817
@ -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