Yihao Wang
Yihao Wang
Closes #1451. A test case was added to ensure that the solution works for non-ascii anagrams.
In Go, strings are made of UTF8 runes. Therefore, it is not appropriate to assume strings as just English letters, unless it is explicitly said so in the description. However,...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Fix an error in the i18n package documentation for the usage...
Fixes https://github.com/kubernetes/kube-openapi/issues/495. This PR ensures that `FilterSpecByPathsWithoutSideEffects` works correctly with or without a trailing slash. For example, the input path `/v1beta1` is no longer considered matching the prefix `/v1`. In...