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

Interface OwnerMapper

robots/issue-creator/creator/creator.go:67–73  ·  view source on GitHub ↗

OwnerMapper finds an owner for a given test name.

Source from the content-addressed store, hash-verified

65
66// OwnerMapper finds an owner for a given test name.
67type OwnerMapper interface {
68 // TestOwner returns a GitHub username for a test, or "" if none are found.
69 TestOwner(testName string) string
70
71 // TestSIG returns the name of the Special Interest Group (SIG) which owns the test , or "" if none are found.
72 TestSIG(testName string) string
73}
74
75// Issue is an interface implemented by structs that can be synced with github issues via the IssueCreator.
76type Issue interface {

Callers 7

TestOwnerMethod · 0.65
TestOwnerMethod · 0.65
TestOwnerListFromCsvFunction · 0.65
TestSIGMethod · 0.65
TestsSIGsMethod · 0.65
TestSIGMethod · 0.65
TestOwnerListFromCsvFunction · 0.65

Implementers 3

IssueCreatorrobots/issue-creator/creator/creator.g
OwnerListrobots/issue-creator/testowner/owner.g
ReloadingOwnerListrobots/issue-creator/testowner/owner.g

Calls

no outgoing calls

Tested by

no test coverage detected