traefik/provider/kubernetes
Timo Reimann fe6c35bc6b [Kubernetes] Ignore missing pass host header annotation.
A missing annotation would previously be handled in the default error
case, causing a noisy warning-level log message to be generated each
time.

We add another case statement to ignore the case where the annotation is
missing from the annotations map.

Also piggybacking a minor improvement to the log message.
2017-05-10 19:32:45 +02:00
..
client.go Add basic auth to kubernetes provider 2017-05-03 13:18:40 +02:00
kubernetes.go [Kubernetes] Ignore missing pass host header annotation. 2017-05-10 19:32:45 +02:00
kubernetes_test.go Add basic auth to kubernetes provider 2017-05-03 13:18:40 +02:00
namespace.go Extract providers to their own package 2017-04-18 13:24:17 +02:00