(cfg *rest.Config)
| 245 | } |
| 246 | |
| 247 | func initKBOwnershipRulesForTest(cfg *rest.Config) { |
| 248 | once.Do(initKBOwnershipRules(cfg)) |
| 249 | } |
| 250 | |
| 251 | func initKBOwnershipRules(cfg *rest.Config) func() { |
| 252 | return func() { |
no test coverage detected
searching dependent graphs…