# Functions
New creates a new Tester object.
StringToCondition translates a user-provided string into a Test Condition.
# Constants
MustExist means that an object must exist at the given path entry.
MustNotExist means that an object must not exist at the given path entry.
# Type aliases
Condition describes whether the path either MustExist or MustNotExist in the original object +kubebuilder:validation:Enum=MustExist;MustNotExist.