Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStatusTableRows ¶
func GetStatusTableRows(steps []*tmv1beta1.StepStatus) [][]string
func RenderStatusTable ¶
func RenderStatusTable(writer io.Writer, steps []*tmv1beta1.StepStatus)
RenderStatusTable creates a human readable table for testrun status steps. The steps are ordered by starttime and step name.
Types ¶
type StepStatusList ¶
type StepStatusList []*tmv1beta1.StepStatus
func (StepStatusList) Len ¶
func (s StepStatusList) Len() int
func (StepStatusList) Less ¶
func (s StepStatusList) Less(a, b int) bool
func (StepStatusList) Swap ¶
func (s StepStatusList) Swap(a, b int)
Click to show internal directories.
Click to hide internal directories.