apache / trafficserver-ingress-controller

Apache Traffic Server Ingress Controller for Kubernetes
https://github.com/apache/trafficserver-ingress-controller
Apache License 2.0
39 stars 9 forks source link

Do not create informer directly #26

Closed shukitchan closed 4 years ago

shukitchan commented 4 years ago

Instead we should get the informer from factory

shukitchan commented 4 years ago

e.g. https://github.com/apache/trafficserver-ingress-controller/blob/master/watcher/watcher.go#L91