ingress: nginx controller watches referenced tls secrets
* reload certificates on change
This commit is contained in:
parent
74b66beda9
commit
00b2180a8f
2 changed files with 82 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue