mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
AWS: Remove dead code
I think I added these functions by mistake; they aren't used and apparently never were.
This commit is contained in:
parent
a5d2c1b0fb
commit
30882265b6
@ -1306,14 +1306,6 @@ func (c *AWSCloud) GetVolumeLabels(volumeName string) (map[string]string, error)
|
||||
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
|
||||
func (s *AWSCloud) describeLoadBalancer(name string) (*elb.LoadBalancerDescription, error) {
|
||||
request := &elb.DescribeLoadBalancersInput{}
|
||||
|
Loading…
Reference in New Issue
Block a user