ingress-nginx-helm/internal/ingress/controller
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
..
config Replace glog with klog 2018-12-05 13:27:55 -03:00
process Update process-exporter methods 2018-12-05 13:28:10 -03:00
store Pass k8sStore to member functions by pointer 2018-12-06 22:11:19 +08:00
template Fix lint issues 2018-12-05 13:28:28 -03:00
certificate.go Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
checker.go Replace glog with klog 2018-12-05 13:27:55 -03:00
checker_test.go Create file permission constants 2018-06-12 11:06:14 -04:00
controller.go Fix lint issues 2018-12-05 13:28:28 -03:00
controller_test.go add more testing for mergeAlternativeBackends 2018-11-26 10:00:57 -05:00
endpoints.go Replace glog with klog 2018-12-05 13:27:55 -03:00
endpoints_test.go delete upstream healthcheck annotation 2018-10-09 09:14:13 -04:00
nginx.go Replace glog with klog 2018-12-05 13:27:55 -03:00
nginx_test.go Fix tests 2018-11-18 08:17:18 -03:00
tcp.go Fix log output format 2018-12-06 09:59:31 +08:00
util.go Replace glog with klog 2018-12-05 13:27:55 -03:00
util_test.go Apply gometalinter suggestions 2018-04-25 18:53:49 -03:00