# Functions
NewClient returns new client instance, needs kubernetes client to be passed as dependecy.
NewMockInterface creates a new mock instance.
# Structs
MockInterface is a mock of Interface interface.
MockInterfaceMockRecorder is the mock recorder for MockInterface.
Option contain test source options.
TestSourcesClient client for getting test sources CRs.
# Interfaces
go:generate mockgen -source=./testsources.go -destination=./mock_testsources.go -package=testsources "github.com/kubeshop/testkube-operator/pkg/client/testsources/v1" Interface.