# Functions
NewPartialTestContext returns a TestContext containing a partial kubebuilder TestContext.
NewTestContext returns a TestContext containing a new kubebuilder TestContext.
ReplaceInFile replaces all instances of old with new in the file at path.
WrapWarn is a one-liner to wrap an error from a command that returns (error) in a warning.
WrapWarnOutput is a one-liner to wrap an error from a command that returns (string, error) in a warning.
# Constants
No description provided by the author
No description provided by the author
# Structs
TestContext wraps kubebuilder's e2e TestContext.