Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOptions ¶ added in v0.3.0
type ListOptions struct {
Limit int
}
type LogOptions ¶
type LogOptions struct {
TaskrunName string
AllSteps bool
Follow bool
Stream *cli.Stream
Params cli.Params
Streamer stream.NewStreamerFunc
}
LogOptions provides options on what logs to fetch. An empty LogOptions implies fetching all logs including init steps
func (*LogOptions) Run ¶ added in v0.5.0
func (lo *LogOptions) Run() error
Click to show internal directories.
Click to hide internal directories.