ingress-nginx-helm/internal/ingress
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
..
annotations Remove VTS from the ingress controller 2018-06-14 11:11:29 -04:00
controller Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
defaults Make proxy_next_upstream_tries configurable (#2232) 2018-03-22 08:12:36 -03:00
errors Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
metric/collector Remove prometheus labels with high cardinality 2018-06-25 09:43:56 -04:00
resolver Clean JSON before post request to update configuration 2018-04-26 15:27:27 -03:00
status Don't sort IngressStatus from each Goroutine(update for each ingress) 2018-10-19 11:10:31 +08:00
sslcert.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
sslcert_test.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
type_equals_test.go Rename package pkg to internal 2017-11-11 14:53:44 -03:00
types.go Merge remote-tracking branch 'origin' into refactor-cert 2018-06-21 11:43:47 -04:00
types_equals.go Merge remote-tracking branch 'origin' into refactor-cert 2018-06-21 11:43:47 -04:00
zz_generated.deepcopy.go Update generated code 2018-01-07 12:06:44 -03:00