Closed kwapik closed 11 months ago
The recent updates involve the deprecation of match_expressions
in favor of match_list
for Kubernetes-style label matching. This change streamlines the label matching process by removing outdated code and documentation, ensuring that the system uses the updated match_list
method exclusively.
File Path | Change Summary |
---|---|
api/.../v1/label_matcher.proto |
Removed deprecated match_expressions |
docs/.../spec.md |
Removed content related to deprecated match_expressions |
pkg/.../selectors/selector.go |
Removed backCompatConvLabelMatcher function and updated MMExprFromLabelMatcher logic |
🐇✨ In the code where labels dance,
Old expressions had no chance.
match_list
now leads the prance,
A rabbit's cheer for the advance!
🎉🌟
Checklist
Summary by CodeRabbit
Refactor
match_list
in place of the deprecatedmatch_expressions
.Documentation
match_expressions
from the configuration specification.Chores