MCPcopy
hub / github.com/apecloud/kubeblocks / initKBOwnershipRulesForTest

Function initKBOwnershipRulesForTest

controllers/trace/type.go:247–249  ·  view source on GitHub ↗
(cfg *rest.Config)

Source from the content-addressed store, hash-verified

245}
246
247func initKBOwnershipRulesForTest(cfg *rest.Config) {
248 once.Do(initKBOwnershipRules(cfg))
249}
250
251func initKBOwnershipRules(cfg *rest.Config) func() {
252 return func() {

Callers 1

suite_test.goFile · 0.85

Calls 2

initKBOwnershipRulesFunction · 0.85
DoMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…