Add client time to events

This commit is contained in:
Daniel Smith
2014-10-21 22:28:12 -07:00
parent 7d5ed53958
commit ad1212b9af
6 changed files with 22 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ func Event(object runtime.Object, fieldPath, status, reason, message string) {
Status: status,
Reason: reason,
Message: message,
Timestamp: util.Now(),
}
events.Action(watch.Added, e)