mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Remove JSONBase reference from v1beta3/types.go
This commit is contained in:
parent
fd5a908070
commit
3de1317c15
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user