package
0.2.1
Repository: https://github.com/brian-mcm/operator.git
Documentation: pkg.go.dev

# Functions

ExpectResourceCreated asserts that the given object is created, and populates the provided runtime.Object with the current state of the object in the cluster.
ExpectResourceDestroyed asserts that the given object no longer exists.
GetResource gets the requested object, populating obj with its contents.
RunOperator runs the provided operator manager in a separate goroutine so that the test code isn't blocked.