mirror of https://github.com/k3s-io/k3s
Merge pull request #1580 from ghodss/fix_v1beta3_jsonbase_error
Compilation error on HEAD: Remove JSONBase reference from v1beta3/types.go to prevent itpull/6/head
commit
2ac00df460
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue