Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func GetReadyNodeCountByLabel(nodeList *k8sv1.NodeList, labelSelector string) (int, error) + func TopologicalSort(operators []string, dependencies map[string][]string) ([]string, error) + func WriteDurations(name string, metrics map[string]time.Duration, artifactDir, timeSuffix string) + type Options struct + JUnitDir string + func (opt *Options) Run() error + type TestCase struct + func NewTestCase(name string) *TestCase + type TestManager struct + func NewTestManager() *TestManager + func (tm *TestManager) AddTestCase(tc *TestCase, failureMsg, skipMsg string) + func (tm *TestManager) GenerateReport(opt *Options) error