mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #19861 from justinsb/aws_remove_dead_code
AWS: Remove dead code
This commit is contained in:
commit
8e9bebb424
@ -1331,14 +1331,6 @@ func (c *AWSCloud) GetVolumeLabels(volumeName string) (map[string]string, error)
|
|||||||
return labels, nil
|
return labels, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *AWSCloud) Configure(name string, spec *api.NodeSpec) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (v *AWSCloud) Release(name string) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Gets the current load balancer state
|
// Gets the current load balancer state
|
||||||
func (s *AWSCloud) describeLoadBalancer(name string) (*elb.LoadBalancerDescription, error) {
|
func (s *AWSCloud) describeLoadBalancer(name string) (*elb.LoadBalancerDescription, error) {
|
||||||
request := &elb.DescribeLoadBalancersInput{}
|
request := &elb.DescribeLoadBalancersInput{}
|
||||||
|
Loading…
Reference in New Issue
Block a user