Versions in this module Expand all Collapse all v0 v0.4.7 Apr 25, 2023 Changes in this version + const LabelGroupName + const LabelTestJobName + const LabelWorker + const SleepInterval + const TestImageName + const TestJobName + const ThreadCount + var AlwaysReady = func() bool + var KeyFunc = cache.DeletionHandlingMetaNamespaceKeyFunc + var TestGroupName = testjobv1.GroupName + func CheckCondition(testJob *testjobv1.TestJob, condition apiv1.JobConditionType, reason string) bool + func GenLabels(jobName string) map[string]string + func GenOwnerReference(testjob *testjobv1.TestJob) *metav1.OwnerReference + func GetKey(testJob *testjobv1.TestJob, t *testing.T) string + func NewBasePod(name string, testJob *testjobv1.TestJob, t *testing.T) *v1.Pod + func NewBaseService(name string, testJob *testjobv1.TestJob, t *testing.T) *v1.Service + func NewPod(testJob *testjobv1.TestJob, typ string, index int, t *testing.T) *v1.Pod + func NewPodList(count int32, status v1.PodPhase, testJob *testjobv1.TestJob, typ string, ...) []*v1.Pod + func NewService(testJob *testjobv1.TestJob, typ string, index int, t *testing.T) *v1.Service + func NewServiceList(count int32, testJob *testjobv1.TestJob, typ string, t *testing.T) []*v1.Service + func NewTestJob(worker int) *testjobv1.TestJob + func NewTestReplicaSpecTemplate() v1.PodTemplateSpec + func SetPodsStatuses(podIndexer cache.Indexer, testJob *testjobv1.TestJob, typ string, ...) + func SetServices(serviceIndexer cache.Indexer, testJob *testjobv1.TestJob, typ string, ...) + func SetTestJobCompletionTime(testJob *testjobv1.TestJob)