Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoftStarter ¶
type LoftStarter struct {
StartOptions
}
func NewLoftStarter ¶
func NewLoftStarter(options StartOptions) *LoftStarter
type Options ¶
type StartOptions ¶ added in v0.22.0
type StartOptions struct {
Options
// cli options
Values string
LocalPort string
Version string
DockerImage string
Password string
Host string
Email string
ChartRepo string
Product string
ChartName string
ChartPath string
DockerArgs []string
Reset bool
NoPortForwarding bool
NoTunnel bool
NoLogin bool
NoWait bool
Upgrade bool
ReuseValues bool
}
StartOptions holds the cmd flags
Click to show internal directories.
Click to hide internal directories.