Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectEvents ¶
CollectEvents returns a slice of string consisting all the events from the record.FakeRecorder.Events Chan
func DrainEvents ¶
func DrainEvents(events chan string)
DrainEvents clears all the events in the chan recorder.Events This is a hack as the current byomachine reconciler is global to test and the record.FakeRecorder could have events from different tests It could also introduce data races in parallel tests run
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.