Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAdd ¶
func NewCmdAdd(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdAdd creates a command object for the "add" command
func NewCmdAddApp ¶
func NewCmdAddApp(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdAddApp creates a command object for the "create" command
Types ¶
type AddAppOptions ¶
type AddAppOptions struct { AddOptions GitOps bool DevEnv *jenkinsv1.Environment Repo string Username string Password string Alias string Prefixes []string Namespace string Version string ReleaseName string SetValues []string ValuesFiles []string HelmUpdate bool AutoMerge bool // Used for testing CloneDir string }
AddAppOptions the options for the create spring command
type AddOptions ¶
type AddOptions struct { *opts.CommonOptions DisableImport bool OutDir string }
AddOptions contains the command line options
Click to show internal directories.
Click to hide internal directories.