Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "kubens", Short: "Watch namespaces for setting default resources (netpol, quotas, etc)", Long: ` Long story `, Run: func(cmd *cobra.Command, args []string) { config := &config.Config{} if err := config.Load(); err != nil { logrus.Fatal(err) } config.CheckNetPolValues() client.Run(config) }, }
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.