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

Struct ReloadingOwnerList

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

ReloadingOwnerList maps test names to owners, reloading the mapping when the underlying file is changed.

Source from the content-addressed store, hash-verified

160// ReloadingOwnerList maps test names to owners, reloading the mapping when the
161// underlying file is changed.
162type ReloadingOwnerList struct {
163 path string
164 mtime time.Time
165 ownerList *OwnerList
166}
167
168// NewReloadingOwnerList creates a ReloadingOwnerList given a path to a CSV
169// file containing owner mapping information.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected