Documentation ¶
Index ¶
Constants ¶
View Source
const UsageTemplate = `` /* 961-byte string literal not displayed */
Variables ¶
View Source
var GitSha string
View Source
var O = &Options{}
View Source
var RootCmd = &cobra.Command{ Use: "kamp", Short: "Rapidly develop, run, and build containers directly in Kubernetes", Long: ``, Run: func(cmd *cobra.Command, args []string) { cmd.Help() os.Exit(0) }, }
RootCmd represents the base command when called without any subcommands
View Source
var Version string
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.
func KampBannerMessage ¶
func RunRun ¶
func RunRun(options *RunOptions) error
func RunServer ¶
func RunServer(options *ServerOptions) error
func RunStatus ¶
func RunStatus(options *StatusOptions) error
Types ¶
type RunOptions ¶
type ServerOptions ¶
type StatusOptions ¶
type StatusOptions struct {
Options
}
Click to show internal directories.
Click to hide internal directories.