Documentation
¶
Overview ¶
Copyright © 2025 Victor Hang vhvictorhang@gmail.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "songbird", Short: "A tool to help diagnosing your kubernetes network.", Long: `Evaluate network policies configuration to check for connectivity, check for dns. `, Run: func(cmd *cobra.Command, args []string) { if versionFlag { fmt.Printf("%s", version) os.Exit(0) } cmd.Help() }, PersistentPreRun: func(cmd *cobra.Command, args []string) { initConfig() }, }
rootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.