ingress-nginx-helm/internal
Yuki Nishiwaki 4845daeb35 Don't sort IngressStatus from each Goroutine(update for each ingress)
Currently ingress controller try to update status for each ingress
resource in a parallel by using Goroutine, and inside this Goroutine we
are trying to sort same IngressStatus reference which is shared between
all Goroutine, this will break the original refrence if some Goroutine
tried to sort exact same time.
So we should have done sorting before passing reference to each
Goroutine to prevent from breaking original reference

fixes: #3269
2018-10-19 11:10:31 +08:00
..
file Create file permission constants 2018-06-12 11:06:14 -04:00
ingress Don't sort IngressStatus from each Goroutine(update for each ingress) 2018-10-19 11:10:31 +08:00
k8s Refactor update of status removing initial check for loadbalancer 2018-05-13 09:38:30 -04:00
net Create file permission constants 2018-06-12 11:06:14 -04:00
task Improve configuration change detection (#2656) 2018-06-21 10:50:57 -04:00
watch Remove dummy file watcher 2018-06-16 18:49:08 -04:00