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
From a quick glance I don't think it's correct but seems close. Here's a useful test case
FilterSpecByPathsWithoutSideEffects([]{"/apis/group/v1beta1/"}, []{"/apis/group/v1"}, ...} should return "" because despite v1 being a prefix of v1beta1, we should really be matching for "/apis/group/v1/...".
The current FilterSpecByPathsWithoutSideEffects behavior is wrong for paths without a trailing slash. See comment thread for more details: https://github.com/kubernetes/kubernetes/pull/123770/files#r1516319191
cc @liggitt
The text was updated successfully, but these errors were encountered: