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
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.
The text was updated successfully, but these errors were encountered:
Problem Statement: It might be a good idea to perform selector matches against fields that are set with
interface{}
ormap[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.The text was updated successfully, but these errors were encountered: