We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eb68e commit 89c6257Copy full SHA for 89c6257
pkg/cache/cache.go
@@ -95,8 +95,6 @@ func GetCacheFunc() (cache.NewCacheFunc, error) {
95
}
96
97
if infrastructure.IsOpenShift() {
98
- // Annoying quirk: cache.SelectorsByObject uses an internal struct for values (internal.Selector)
99
- // so we _can't_ just add Routes here since we cannot initialize the corresponding value.
100
selectors[&routev1.Route{}] = cache.ByObject{Label: devworkspaceObjectSelector}
101
102
0 commit comments