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
Merge pull request #16327 from deads2k/api-07-fieldselector
Automatic merge from submit-queue (batch tested with PRs 16384, 16327, 16199, 16286, 16378)
fix remaining field selectors
Really hoping that #16305 works out. This updates all the rest for that pattern and allows us to remove a ton of boilerplate while maintaining decent unit test coverage. Still need a "you forgot to add a test" test, but that was already missing.
// GetFieldLabelConversionFunc returns a field label conversion func, which does the following:
21
-
// * returns overrideLabels[label], value, nil if the specified label exists in the overrideLabels map
22
-
// * returns label, value, nil if the specified label exists as a key in the supportedLabels map (values in this map are unused, it is intended to be a prototypical label/value map)
0 commit comments