ingress: nginx controller watches referenced tls secrets

* reload certificates on change
This commit is contained in:
Christian Simon 2016-05-25 11:26:14 +01:00
parent 74b66beda9
commit 00b2180a8f
2 changed files with 82 additions and 4 deletions

View file

@ -37,6 +37,11 @@ type StoreToIngressLister struct {
cache.Store
}
// StoreToSecretsLister makes a Store that lists Secrets.
type StoreToSecretsLister struct {
cache.Store
}
// StoreToConfigmapLister makes a Store that lists Configmap.
type StoreToConfigmapLister struct {
cache.Store