type Mapper struct {
// AppNameForServiceAccountFunc is the function called when// AppNameForServiceAccount is used.
AppNameForServiceAccountFunc func(types.UID) (string, error)
}
AppNameForServiceAccount implements the Mapper interface and calls the
AppNameForServiceAccountFunc field when defined. Otherwise returns a not
found error