Merge pull request #17817 from mqliang/eventtype

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-03 05:55:46 -08:00
4 changed files with 6 additions and 1 deletions

View File

@@ -278,6 +278,7 @@ const (
EventReason = "reason"
EventSource = "source"
EventType = "type"
EventInvolvedKind = "involvedObject.kind"
EventInvolvedNamespace = "involvedObject.namespace"
EventInvolvedName = "involvedObject.name"