Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add selector expressions for interface{} & map based selections #101

Open
AmitKumarDas opened this issue Feb 20, 2020 · 0 comments
Open
Labels
enhancement New feature or request select

Comments

@AmitKumarDas
Copy link
Owner

AmitKumarDas commented Feb 20, 2020

Problem Statement: It might be a good idea to perform selector matches against fields that are set with interface{} or map[string]interface{} datatypes. Since some of the datatypes used in a resource fall under above, having a selector expression on the same will be helpful.

We should also evaluate matching []interface{} as well as []map[string]interface{}

NOTE: []map[string]interface{} is popularly known as ListMap in Kubernetes.

@AmitKumarDas AmitKumarDas added enhancement New feature or request select labels Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request select
Projects
None yet
Development

No branches or pull requests

1 participant