Skip to content

Commit cebcc7a

Browse files
committed
Remove persistedGVKs from changeTrackingUpdater
1 parent a42e2d2 commit cebcc7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/mode/static/state/store.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ type changeTrackingUpdater struct {
133133

134134
extractGVK extractGVKFunc
135135
supportedGVKs gvkList
136-
persistedGVKs gvkList
137136

138137
changed bool
139138
}
@@ -167,7 +166,6 @@ func newChangeTrackingUpdater(
167166
store: newMultiObjectStore(stores, extractGVK, persistedGVKs),
168167
extractGVK: extractGVK,
169168
supportedGVKs: supportedGVKs,
170-
persistedGVKs: persistedGVKs,
171169
stateChangedPredicates: stateChangedPredicates,
172170
}
173171
}

0 commit comments

Comments
 (0)