Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunOptions ¶ added in v0.0.39
type RunOptions struct { boot.BootOptions KindResolver factory.KindResolver Gitter gits.Gitter ChartName string GitUserName string GitToken string BatchMode bool JobMode bool }
RunOptions contains the command line arguments for this command
func (*RunOptions) Git ¶ added in v0.0.39
func (o *RunOptions) Git() gits.Gitter
Git lazily create a gitter if its not specified
func (*RunOptions) Run ¶ added in v0.0.39
func (o *RunOptions) Run() error
Run implements the command
func (*RunOptions) RunBootJob ¶ added in v0.0.39
func (o *RunOptions) RunBootJob() error
RunBootJob runs the boot installer Job
Click to show internal directories.
Click to hide internal directories.