You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configsmaps with 2 distincts labels lets say labelA=valueA and labelB=valueB.
I would like to filter the configMaps and only add the one with those 2 labels to my cache with the cache.Options. However It is not possible to add two times the same Object type to ByObect because support a map[client.Object]ByObject. Additionally the selector on a type of object in the map didn't support the OR operation on labels
Do someone have a tips on how to do this ? Thanks
The text was updated successfully, but these errors were encountered:
I have configsmaps with 2 distincts labels lets say
labelA=valueA
andlabelB=valueB
.I would like to filter the configMaps and only add the one with those 2 labels to my cache with the
cache.Options
. However It is not possible to add two times the same Object type to ByObect because support amap[client.Object]ByObject
. Additionally the selector on a type of object in the map didn't support theOR
operation onlabels
Do someone have a tips on how to do this ? Thanks
The text was updated successfully, but these errors were encountered: