# Functions
AssertEventContains asserts that a k8s event stream contains a value, and assert.FailNow() if it does not.
AssertNoEvent asserts that the event stream does not have a value in it (at least in the next second).
NewEstablishedCRD fakes CRD installation success.
NewMocks creates a new set of fakes and mocks.
StartInformers starts new fake informers.
# Structs
FakeAPIHooks is a no-op, fake implementation of APIHooks.
Mocks is a holder for all my fakes and Mocks.