# Functions
No description provided by the author
ReadAtMostEvents attempts to read at most minEventCount from a FakeRecorder.
RetryUntilSuccess calls retry.UntilSuccess with default timeout and retry interval, and requires that no error is returned.
RunValidationWebhookTests runs a series of ValidationWebhookTestCases
nolint:thelper.
RunWithK8s starts a local Kubernetes server and runs tests in m.
StartManager sets up a manager and controller to perform reconciliations in background.
ValidationWebhookFailed is a helper function to verify that the validation webhook rejected the request.
ValidationWebhookSucceeded is a helper function to verify that the validation webhook accepted the request.
# Constants
No description provided by the author
ControlPlaneStartTimeout is the time to wait for control plane startup in kubebuilder integration tests.
No description provided by the author
Default values to be used for testing purpose.
Default values to be used for testing purpose.
# Variables
No description provided by the author
# Structs
ValidationWebhookTestCase represents a test case for testing a validation webhook.