| 51 | } |
| 52 | |
| 53 | type FakeStore struct { |
| 54 | store map[config.GroupVersionKind]kindStore |
| 55 | stop chan struct{} |
| 56 | syncer *syncer |
| 57 | handlers []krt.HandlerRegistration |
| 58 | } |
| 59 | |
| 60 | type kindStore struct { |
| 61 | collection krt.StaticCollection[config.Config] |
nothing calls this directly
no outgoing calls
no test coverage detected