Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderWorkflowRun ¶
func RenderWorkflowRun(wfr *v1alpha1.WorkflowRun, wf *v1alpha1.Workflow)
func RenderWorkflowRunItems ¶
func RenderWorkflowRunItems(wfrs []v1alpha1.WorkflowRun)
Types ¶
type SortByCreationTime ¶
type SortByCreationTime []v1alpha1.WorkflowRun
func (SortByCreationTime) Len ¶
func (s SortByCreationTime) Len() int
func (SortByCreationTime) Less ¶
func (s SortByCreationTime) Less(i, j int) bool
func (SortByCreationTime) Swap ¶
func (s SortByCreationTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.