Documentation ¶
Index ¶
Constants ¶
View Source
const (
GcTag = "bitnami/kubeapps"
)
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "kubeapps", Short: "Kubeapps Installer manages to install Kubeapps components to your cluster", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { out := cmd.OutOrStderr() logrus.SetOutput(out) return nil }, }
RootCmd is the root of cobra subcommand tree
View Source
var (
// VERSION will be overwritten automatically by the build system
VERSION = "devel"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.