k3s/pkg/client/record
Jan Safranek f4abfb2a0c Make fake event recorder thread safe.
The test recorder should be thread safe in case it's used in multiple
goroutines. This does not serve to ensure any order of recorded events,
only to prevent golang race detector to crash when two events are emitted by
concurrent goroutines.
2016-05-04 14:20:13 +02:00
..
doc.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
event.go Fix expired event logic to use 404 instead of 500 2016-04-01 16:52:43 +01:00
event_test.go Merge pull request #23734 from sky-uk/fix-update-for-expired-events 2016-04-16 12:46:07 -07:00
events_cache.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
events_cache_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
fake.go Make fake event recorder thread safe. 2016-05-04 14:20:13 +02:00