mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Add key generation.
This commit is contained in:
@@ -230,6 +230,10 @@ func newEc2Filter(name string, value string) *ec2.Filter {
|
||||
return filter
|
||||
}
|
||||
|
||||
func (self *AWSCloud) AddSSHKeyToAllInstances(user string, keyData []byte) error {
|
||||
return errors.New("unimplemented")
|
||||
}
|
||||
|
||||
// Implementation of EC2.Instances
|
||||
func (self *awsSdkEC2) DescribeInstances(request *ec2.DescribeInstancesInput) ([]*ec2.Instance, error) {
|
||||
// Instances are paged
|
||||
|
Reference in New Issue
Block a user