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

Function getKBOwnershipRules

controllers/trace/type.go:242–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240)
241
242func getKBOwnershipRules() []OwnershipRule {
243 once.Do(initKBOwnershipRules(nil))
244 return kbOwnershipRules
245}
246
247func initKBOwnershipRulesForTest(cfg *rest.Config) {
248 once.Do(initKBOwnershipRules(cfg))

Callers 8

generatePlanMethod · 0.85
util_test.goFile · 0.85
findRootsMethod · 0.85
ReconcileMethod · 0.85
ReconcileMethod · 0.85
ReconcileMethod · 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…