Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HelmChartVersion = "3.0.0"
Functions ¶
Types ¶
type RunCommandFlags ¶ added in v0.9.2
type RunCommandFlags struct { FluxVersion string AllowK8sContext []string Components []string ComponentsExtra []string Timeout time.Duration PortForward string // port forward specifier, e.g. "port=8080:8080,resource=svc/app" RootDir string DecryptionKeyFile string // Dashboard DashboardPort string DashboardHashedPassword string SkipDashboardInstall bool DashboardImage string // Session SessionName string SessionNamespace string NoSession bool SkipResourceCleanup bool NoBootstrap bool // Global flags. Namespace string KubeConfig string // Flags, created by genericclioptions. Context string // Hidden session name for the sub-process HiddenSessionName string }
Click to show internal directories.
Click to hide internal directories.