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 lighthouses.ResolverOptions DiscoverScm scmhelpers.Options File string Namespace string OutFile string TriggerName string PipelineName string Editor string Line string Recursive bool AddDefaults bool Resolver *inrepo.UsesResolver Triggers []*Trigger Input input.Interface CommandRunner cmdrunner.CommandRunner }
Options contains the command line options
func NewCmdPipelineEffective ¶
NewCmdPipelineEffective creates the command
func (*Options) ProcessDir ¶
type Trigger ¶
type Trigger struct { Path string Config *triggerconfig.Config Names []string Pipelines map[string]*tektonv1beta1.PipelineRun }
Trigger the found trigger configs
Click to show internal directories.
Click to hide internal directories.