Documentation
¶
Overview ¶
Package keypair implements the 'create keypair' command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command performs the "create keypair" function, Command = &cobra.Command{ Use: "keypair", Short: "Create key pair", Long: `Creates a new key pair for a cluster `, PreRun: printValidation, Run: printResult, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.