k3s/pkg/client/record
Clayton Coleman aee73d6729 Do not log "event already exists" errors
When the server rejects an event because it has already been created, log it
at a very high level (debug) instead of the default level. Duplicate events
typically only occur due to programmer error or failure conditions, so they
can safely be ignored in production environments.
2015-04-04 11:35:56 -04:00
..
doc.go Add event client and easy creation library 2014-10-15 11:42:05 -07:00
event.go Do not log "event already exists" errors 2015-04-04 11:35:56 -04:00
event_test.go Make each new instance of kubelet generate a new event channel (instead of reusing existing). 2015-03-30 14:22:16 -07:00
events_cache.go Move REST* interfaces into pkg/api/rest 2015-03-23 16:52:21 -04:00
events_cache_test.go Move REST* interfaces into pkg/api/rest 2015-03-23 16:52:21 -04:00
fake.go Allow multiple sources to be used with record package 2015-03-05 13:54:29 -05:00