func (c *FakeEvents) CreateWithEventNamespace(event *v1.Event) (*v1.Event, error) { … }
func (c *FakeEvents) UpdateWithEventNamespace(event *v1.Event) (*v1.Event, error) { … }
func (c *FakeEvents) PatchWithEventNamespace(event *v1.Event, data []byte) (*v1.Event, error) { … }
func (c *FakeEvents) Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*v1.EventList, error) { … }
func (c *FakeEvents) GetFieldSelector(involvedObjectName, involvedObjectNamespace, involvedObjectKind, involvedObjectUID *string) fields.Selector { … }