# Functions

NewTestSuiteForController returns a new test suite used for integration test.
NewTestSuiteForReconciler returns a new test suite used for integration test.

# Variables

No description provided by the author

# Structs

IntegrationTestContext is used for integration testing.
TestSuite is used for unit and integration testing builder.

# Interfaces

Reconciler is a base type for builder's reconcilers.

# Type aliases

AddToManagerFunc is the function controller calls to register itself with the manager passed in.
AddToScheme is the function TestSuite calls to register schemes for a manager.
NewReconcilerFunc is a base type for functions that return a reconciler.