Remove JSONBase reference from v1beta3/types.go

pull/6/head
Sam Ghods 2014-10-03 17:57:48 -07:00
parent fd5a908070
commit 3de1317c15
1 changed files with 3 additions and 2 deletions

View File

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