currently the stringlist value type doesn't support regex, even though most if not all of its use cases would benefit/need this to match the py-kube-downscalers configuration style
Problem to solve
Further details
Proposal
Implement a new method in StringList that checks if a string matches one of its entries. Use this function everywhere instead of checking if the list contains a value.
Issue
currently the stringlist value type doesn't support regex, even though most if not all of its use cases would benefit/need this to match the py-kube-downscalers configuration style
Problem to solve
Further details
Proposal
Implement a new method in StringList that checks if a string matches one of its entries. Use this function everywhere instead of checking if the list contains a value.
Who can address the issue
Other links/references