ingress-nginx-helm/internal/ingress/controller/store
Archangel_SDY ece5e1c678 Pass k8sStore to member functions by pointer
Passing `k8sStore` by value implies read and copy of `backendConfig`,
which is not protected by a mutex and may cause race conditions.
2018-12-06 22:11:19 +08:00
..
backend_ssl.go Pass k8sStore to member functions by pointer 2018-12-06 22:11:19 +08:00
backend_ssl_test.go fix typos 2018-11-06 15:58:56 +08:00
configmap.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
endpoint.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
ingress.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
ingress_annotation.go Improve parsing of annotations and use of Ingress wrapper 2018-12-02 15:35:36 -03:00
local_secret.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
local_secret_test.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
objectref.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
objectref_test.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
pod.go Watch controller Pods list 2018-11-26 15:35:31 -05:00
secret.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
service.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
store.go Pass k8sStore to member functions by pointer 2018-12-06 22:11:19 +08:00
store_test.go Add a mutex to protect against simultaneous read/write to backend config 2018-12-06 22:02:17 +08:00