Documentation ¶
Index ¶
- type EventInterface
- func (_m *EventInterface) Create(_a0 *v1.Event) (*v1.Event, error)
- func (_m *EventInterface) CreateWithEventNamespace(event *v1.Event) (*v1.Event, error)
- func (_m *EventInterface) Delete(name string, options *metav1.DeleteOptions) error
- func (_m *EventInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
- func (_m *EventInterface) Get(name string, options metav1.GetOptions) (*v1.Event, error)
- func (_m *EventInterface) GetFieldSelector(involvedObjectName *string, involvedObjectNamespace *string, ...) fields.Selector
- func (_m *EventInterface) List(opts metav1.ListOptions) (*v1.EventList, error)
- func (_m *EventInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Event, error)
- func (_m *EventInterface) PatchWithEventNamespace(event *v1.Event, data []byte) (*v1.Event, error)
- func (_m *EventInterface) Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*v1.EventList, error)
- func (_m *EventInterface) Update(_a0 *v1.Event) (*v1.Event, error)
- func (_m *EventInterface) UpdateWithEventNamespace(event *v1.Event) (*v1.Event, error)
- func (_m *EventInterface) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type EventRecorder
- type EventSink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventInterface ¶
EventInterface is an autogenerated mock type for the EventInterface type
func (*EventInterface) CreateWithEventNamespace ¶
CreateWithEventNamespace provides a mock function with given fields: event
func (*EventInterface) Delete ¶
func (_m *EventInterface) Delete(name string, options *metav1.DeleteOptions) error
Delete provides a mock function with given fields: name, options
func (*EventInterface) DeleteCollection ¶
func (_m *EventInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
DeleteCollection provides a mock function with given fields: options, listOptions
func (*EventInterface) Get ¶
func (_m *EventInterface) Get(name string, options metav1.GetOptions) (*v1.Event, error)
Get provides a mock function with given fields: name, options
func (*EventInterface) GetFieldSelector ¶
func (_m *EventInterface) GetFieldSelector(involvedObjectName *string, involvedObjectNamespace *string, involvedObjectKind *string, involvedObjectUID *string) fields.Selector
GetFieldSelector provides a mock function with given fields: involvedObjectName, involvedObjectNamespace, involvedObjectKind, involvedObjectUID
func (*EventInterface) List ¶
func (_m *EventInterface) List(opts metav1.ListOptions) (*v1.EventList, error)
List provides a mock function with given fields: opts
func (*EventInterface) Patch ¶
func (_m *EventInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Event, error)
Patch provides a mock function with given fields: name, pt, data, subresources
func (*EventInterface) PatchWithEventNamespace ¶
PatchWithEventNamespace provides a mock function with given fields: event, data
func (*EventInterface) Search ¶
func (_m *EventInterface) Search(scheme *runtime.Scheme, objOrRef runtime.Object) (*v1.EventList, error)
Search provides a mock function with given fields: scheme, objOrRef
func (*EventInterface) UpdateWithEventNamespace ¶
UpdateWithEventNamespace provides a mock function with given fields: event
func (*EventInterface) Watch ¶
func (_m *EventInterface) Watch(opts metav1.ListOptions) (watch.Interface, error)
Watch provides a mock function with given fields: opts
type EventRecorder ¶
EventRecorder is an autogenerated mock type for the EventRecorder type
func (*EventRecorder) Eventf ¶
func (_m *EventRecorder) Eventf(object runtime.Object, eventtype string, reason string, messageFmt string, args ...interface{})
Eventf provides a mock function with given fields: object, eventtype, reason, messageFmt, args
func (*EventRecorder) LabeledEventf ¶
func (_m *EventRecorder) LabeledEventf(object runtime.Object, labels map[string]string, eventtype string, reason string, messageFmt string, args ...interface{})
LabeledEventf provides a mock function with given fields: object, labels, eventtype, reason, messageFmt, args