Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrimContainerNamePrefix ¶
TrimContainerNamePrefix trim the container name prefix to get the corresponding step name
Types ¶
type LogReader ¶
type LogReader struct {
Task string
Run string
Number int
Ns string
Clients *cli.Clients
Streamer stream.NewStreamerFunc
Follow bool
AllSteps bool
// DenylistSteps prvents steps from being displated when AllSteps is
// enabled.
//
// NOTE: DenylistSteps doesn't exist in the normal tektoncd code.
// However, istio is SOO chatty that it is distracting. So I want to be
// able to mute it.
DenylistSteps []string
}
Click to show internal directories.
Click to hide internal directories.