()
| 240 | ) |
| 241 | |
| 242 | func getKBOwnershipRules() []OwnershipRule { |
| 243 | once.Do(initKBOwnershipRules(nil)) |
| 244 | return kbOwnershipRules |
| 245 | } |
| 246 | |
| 247 | func initKBOwnershipRulesForTest(cfg *rest.Config) { |
| 248 | once.Do(initKBOwnershipRules(cfg)) |
no test coverage detected
searching dependent graphs…