We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bc464 commit 32bc60dCopy full SHA for 32bc60d
internal/mode/static/state/store.go
@@ -123,6 +123,8 @@ type changeTrackingUpdaterObjectTypeCfg struct {
123
//
124
// A change is tracked when:
125
// - An object with a GVK with a non-nil store and the stateChangedPredicate for that object returns true.
126
+// - An object is upserted or deleted, and it is related to another object,
127
+// based on the decision by the relationship capturer.
128
type changeTrackingUpdater struct {
129
store *multiObjectStore
130
capturer relationship.Capturer
0 commit comments