diff --git a/pkg/api/v1beta3/types.go b/pkg/api/v1beta3/types.go index b5249e91c1a..b02b5a41561 100644 --- a/pkg/api/v1beta3/types.go +++ b/pkg/api/v1beta3/types.go @@ -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