package
0.0.0-20250310060545-07a940c1b5f0
Repository: https://github.com/kubernetes/test-infra.git
Documentation: pkg.go.dev

# Functions

ReadHTTP fetches file contents from a URL with retries.

# Structs

Cluster holds information about a failure cluster.
ContigIndexer is a BuildIndexer implementation for when the buildnum to row index mapping describes a contiguous set of rows via 3 ints.
FlakyJob is a struct that represents a single job and the flake data associated with it.
FlakyJobReporter is a munger that creates github issues for the flakiest kubernetes jobs.
Job holds a name and list of build numbers.
Test holds a name and list of jobs.
TriageFiler files issues for clustered test failures.

# Interfaces

BuildIndexer is an interface that describes the buildnum to row index mapping used to retrieve data about individual builds from the JSON file.

# Type aliases

DictIndexer is a BuildIndexer implementation for when the buildnum to row index mapping is simply a dictionary.