traefik/provider/k8s
Ed Robinson e3a8fd116d
Don't filter the endpoint and service watches
We added the ability to filter the ingresses used by traefik based
on a label selector, but we shouldn't need to have matching
labels on every other resource, Ingress allready has a way
to explicty choose which pods end up in the load ballancer
(by refering to the membership of a particular service)
2016-08-16 06:50:50 +01:00
..
client.go Don't filter the endpoint and service watches 2016-08-16 06:50:50 +01:00
endpoints.go Build backend config using the K8S endpoint resource. 2016-05-26 10:52:30 +01:00
ingress.go Add kubernetes Ingress backend 2016-04-22 13:57:00 +02:00
service.go Add unit test 2016-04-22 13:57:00 +02:00