qmsk / clusterf

Clustered IPVS load balancer control plane with Docker integration
MIT License
35 stars 4 forks source link

Address #7 for routes, only config those from the same source #9

Closed akurniko closed 8 years ago

akurniko commented 8 years ago

Add a ConfigSource to Route object. Only apply configurations to the routes coming from the same source. Fix the test case to include ConfigSource.

SpComb commented 8 years ago

Thanks, merged.

TODO on dealing with overlapping configs from different sources in Routes.get, e.g. take the first config and then reject any later Configs from other sources. Same thing for Services.