mirror of https://github.com/k3s-io/k3s
Remove JSONBase reference from v1beta3/types.go
parent
fd5a908070
commit
3de1317c15
|
@ -836,8 +836,9 @@ type Event struct {
|
||||||
|
|
||||||
// EventList is a list of events.
|
// EventList is a list of events.
|
||||||
type EventList struct {
|
type EventList struct {
|
||||||
JSONBase `json:",inline" yaml:",inline"`
|
TypeMeta `json:",inline" yaml:",inline"`
|
||||||
Items []Event `json:"items" yaml:"items"`
|
Metadata ListMeta `json:"metadata,inline" yaml:"metadata,inline"`
|
||||||
|
Items []Event `json:"items" yaml:"items"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: for readability
|
// TODO: for readability
|
||||||
|
|
Loading…
Reference in New Issue