Merge pull request #1580 from ghodss/fix_v1beta3_jsonbase_error

Compilation error on HEAD: Remove JSONBase reference from v1beta3/types.go to prevent it
pull/6/head
bgrant0607 2014-10-03 19:07:37 -07:00
commit 2ac00df460
1 changed files with 3 additions and 2 deletions

View File

@ -836,7 +836,8 @@ type Event struct {
// EventList is a list of events.
type EventList struct {
JSONBase `json:",inline" yaml:",inline"`
TypeMeta `json:",inline" yaml:",inline"`
Metadata ListMeta `json:"metadata,inline" yaml:"metadata,inline"`
Items []Event `json:"items" yaml:"items"`
}