Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLILogWriter ¶
type CLILogWriter struct{}
CLILogWriter is an implementation of logs.LogWriter that will show logs in the standard output
type Options ¶
type Options struct { options.BaseOptions ScmDiscover scmhelpers.Options Args []string Format string Namespace string Tail bool Wait bool CurrentFolder bool FailIfPodFails bool WaitForPipelineDuration time.Duration BuildFilter tektonlog.BuildPodInfoFilter KubeClient kubernetes.Interface JXClient versioned.Interface TektonClient tektonclient.Interface TektonLogger *tektonlog.TektonLogger Input input.Interface Out io.Writer }
Options the command line options
func NewCmdGetBuildLogs ¶
NewCmdGetBuildLogs creates the command
Click to show internal directories.
Click to hide internal directories.