MCPcopy
hub / github.com/kubernetes/test-infra / OwnerList

Struct OwnerList

robots/issue-creator/testowner/owner.go:58–61  ·  view source on GitHub ↗

OwnerList uses a map to get owners for a given test name.

Source from the content-addressed store, hash-verified

56
57// OwnerList uses a map to get owners for a given test name.
58type OwnerList struct {
59 mapping map[string]*OwnerInfo
60 rng *rand.Rand
61}
62
63// get returns the Owner for the test with the exact name or the first blob match. Nil is returned
64// if none are matched.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected