func TestEventProcessorExit(t *testing.T) { … }
type apiInt …
func (apiInt) GetObjectKind() schema.ObjectKind { … }
func (apiInt) DeepCopyObject() runtime.Object { … }
func TestEventProcessorOrdersEvents(t *testing.T) { … }
type byEventTypeAndName …
func (a byEventTypeAndName) Len() int { … }
func (a byEventTypeAndName) Swap(i, j int) { … }
func (a byEventTypeAndName) Less(i, j int) bool { … }
func newTestSecret(name, key, value string) *corev1.Secret { … }
func TestNewInformerWatcher(t *testing.T) { … }
func TestInformerWatcherDeletedFinalStateUnknown(t *testing.T) { … }