Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "argonaut",
Short: "A utility for running kubectl commands against multiple pods",
Long: `A utility for interacting with multiple Kubernetes pods at once.
This application take applicable kubectl commands and provides you an
alternative that will run said command against multiple pods at once.
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.