type WatchEvent … func Convert_watch_Event_To_v1_WatchEvent(in *watch.Event, out *WatchEvent, s conversion.Scope) error { … } func Convert_v1_InternalEvent_To_v1_WatchEvent(in *InternalEvent, out *WatchEvent, s conversion.Scope) error { … } func Convert_v1_WatchEvent_To_watch_Event(in *WatchEvent, out *watch.Event, s conversion.Scope) error { … } func Convert_v1_WatchEvent_To_v1_InternalEvent(in *WatchEvent, out *InternalEvent, s conversion.Scope) error { … } type InternalEvent … func (e *InternalEvent) GetObjectKind() schema.ObjectKind { … } func (e *WatchEvent) GetObjectKind() schema.ObjectKind { … } func (e *InternalEvent) DeepCopyObject() runtime.Object { … }