Documentation
¶
Overview ¶
Package list implements the "krci pipelinerun list" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
NewCmdList returns the "pipelinerun list" cobra.Command. runF is the business logic function; pass nil to use the default listRun.
Types ¶
type ListOptions ¶
type ListOptions struct {
IO *iostreams.IOStreams
PortalClient func() (*portal.Client, error)
Config func() (*config.Config, error)
Project string
PRNumber int
Author string
Branch string
Type string
Status string
OutputFormat string
IncludeLogs bool
IncludeReason bool
}
ListOptions holds all inputs for the pipelinerun list command.
Click to show internal directories.
Click to hide internal directories.