Documentation ¶
Index ¶
- func CheckKeyExistsInEC2(sshKeyName string, ec2API ec2iface.EC2API) error
- func DeleteKeys(clusterName string, ec2API ec2iface.EC2API)
- func LoadKeyByContent(key *string, clusterName, ngName string, ec2API ec2iface.EC2API) (string, error)
- func LoadKeyFromFile(filePath, clusterName, ngName string, ec2API ec2iface.EC2API) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckKeyExistsInEC2 ¶
CheckKeyExistsInEC2 returns whether a public ssh key already exists in EC2 or error if it couldn't be checked
func DeleteKeys ¶
DeleteKeys will delete the public SSH key, if it exists
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.