-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Labels
Description
Several features require selecting sets of resources through selectors. See #199 for one example. We may want to use this for networking, volume selection and even load balancing. We need a common Selector type for use across the API to express this.
A few common requirements:
- Match over attributes, types, names, and labels, fully or partially.
- Additive selectors describe an intersection.
Whatever we choose should be compatible with docker's system.
- Docker's engine filters: https://godoc.org/github.com/docker/engine-api/types/filters
- Swarm's constraint filters: https://docs.docker.com/swarm/scheduler/filter/
Reactions are currently unavailable