Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { options.BaseOptions Args []string Output string Filter string Branch string PipelineKind string LighthouseConfigMap string ServiceAccount string Namespace string GitUsername string GitToken string CatalogSHA string Wait bool Tail bool WaitDuration time.Duration PollPeriod time.Duration KubeClient kubernetes.Interface JXClient versioned.Interface LHClient lhclient.Interface Input input.Interface // meta pipeline options Context string CustomLabels []string CustomEnvs []string CustomParameters []string // ScmClients cache of Scm Clients mostly used for testing ScmClients map[string]*scm.Client // contains filtered or unexported fields }
Options contains the command line options
func NewCmdPipelineStart ¶
NewCmdPipelineStart creates the command
Click to show internal directories.
Click to hide internal directories.