# Functions

GetEnvVarValue returns the value of the EnvVar based on the name of the Var or return the defaultValue if the list does not have EnvVar with the given name.
NewTestHelper returns a TestHelper.

# Structs

TestHelper is a collection EnvTest helpers writing test to code that interacts with the k8s resource.

# Type aliases

ConditionGetterFunc recieves custom condition getters for operators specific needs.