Skip to content

Commit 32bc60d

Browse files
author
Kate Osborn
committed
Add back in comment about relationship capturer
1 parent b9bc464 commit 32bc60d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/mode/static/state/store.go

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ type changeTrackingUpdaterObjectTypeCfg struct {
123123
//
124124
// A change is tracked when:
125125
// - 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.
126128
type changeTrackingUpdater struct {
127129
store *multiObjectStore
128130
capturer relationship.Capturer

0 commit comments

Comments
 (0)