MCPcopy Create free account
hub / github.com/RamenDR/ramen / Create

Method Create

internal/controller/util/predicates.go:40–40  ·  view source on GitHub ↗
(event.CreateEvent)

Source from the content-addressed store, hash-verified

38type ResourceVersionUpdatePredicate struct{}
39
40func (ResourceVersionUpdatePredicate) Create(event.CreateEvent) bool { return false }
41func (ResourceVersionUpdatePredicate) Delete(event.DeleteEvent) bool { return false }
42func (ResourceVersionUpdatePredicate) Generic(event.GenericEvent) bool { return false }
43func (ResourceVersionUpdatePredicate) Update(e event.UpdateEvent) bool {

Callers 15

configMapCreateFunction · 0.45
createPlacementRuleFunction · 0.45
createPlacementFunction · 0.45
createDRPCFunction · 0.45
createNamespaceFunction · 0.45
createManagedClustersFunction · 0.45
createDRClustersFunction · 0.45
createPlacementDecisionFunction · 0.45
createDRPolicyFunction · 0.45
createAppSetFunction · 0.45

Calls

no outgoing calls

Tested by 15

configMapCreateFunction · 0.36
createPlacementRuleFunction · 0.36
createPlacementFunction · 0.36
createDRPCFunction · 0.36
createNamespaceFunction · 0.36
createManagedClustersFunction · 0.36
createDRClustersFunction · 0.36
createPlacementDecisionFunction · 0.36
createDRPolicyFunction · 0.36
createAppSetFunction · 0.36
createUserPlacementFunction · 0.36