# README
Mock Clients
Run the following command to generate mock clients:
make generate
# Functions
NewMockClient creates a new mock instance.
NewMockcnsRESTservice creates a new mock instance.
NewMockFieldIndexer creates a new mock instance.
NewMockPatch creates a new mock instance.
NewMockReader creates a new mock instance.
NewMockStatusClient creates a new mock instance.
NewMockSubResourceClient creates a new mock instance.
NewMockSubResourceClientConstructor creates a new mock instance.
NewMockSubResourceReader creates a new mock instance.
NewMockSubResourceWriter creates a new mock instance.
NewMockWithWatch creates a new mock instance.
NewMockWriter creates a new mock instance.
# Structs
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
MockcnsRESTservice is a mock of cnsRESTservice interface.
MockcnsRESTserviceMockRecorder is the mock recorder for MockcnsRESTservice.
MockFieldIndexer is a mock of FieldIndexer interface.
MockFieldIndexerMockRecorder is the mock recorder for MockFieldIndexer.
MockPatch is a mock of Patch interface.
MockPatchMockRecorder is the mock recorder for MockPatch.
MockReader is a mock of Reader interface.
MockReaderMockRecorder is the mock recorder for MockReader.
MockStatusClient is a mock of StatusClient interface.
MockStatusClientMockRecorder is the mock recorder for MockStatusClient.
MockSubResourceClient is a mock of SubResourceClient interface.
MockSubResourceClientConstructor is a mock of SubResourceClientConstructor interface.
MockSubResourceClientConstructorMockRecorder is the mock recorder for MockSubResourceClientConstructor.
MockSubResourceClientMockRecorder is the mock recorder for MockSubResourceClient.
MockSubResourceReader is a mock of SubResourceReader interface.
MockSubResourceReaderMockRecorder is the mock recorder for MockSubResourceReader.
MockSubResourceWriter is a mock of SubResourceWriter interface.
MockSubResourceWriterMockRecorder is the mock recorder for MockSubResourceWriter.
MockWithWatch is a mock of WithWatch interface.
MockWithWatchMockRecorder is the mock recorder for MockWithWatch.
MockWriter is a mock of Writer interface.
MockWriterMockRecorder is the mock recorder for MockWriter.