package
3.4.3+incompatible
Repository: https://github.com/oracle/coherence-operator.git
Documentation: pkg.go.dev

# Functions

NewFakeClient creates a new ClientWithErrors and initialises it with the specified objects.
NewFakeEventRecorder creates new fake event recorder with event channel with buffer of given size.
NewFakeManager creates a fake manager.Manager for use when testing controllers.
NewFakeRestServer creates and starts a fake REST server.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ClientErrors is the configuration used by ClientWithErrors to decide whether to return an error from a method call.
No description provided by the author
ErrorIf is a simple implementation of ErrorOpts.
FakeError is a simple error implementation.
No description provided by the author
FakeEventRecorder is used as a fake during tests.
No description provided by the author
No description provided by the author
TestLogSink is a logr.LogSink that prints through a testing.T object.

# Interfaces

ClientWithErrors is a client.Client that can be configured to return errors from calls.
ErrorOpts is used to determine whether a particular client method call should return an error.
FakeRestServer can be use to server REST requests in tests.

# Type aliases

No description provided by the author