# Functions

CheckStatusCodeOK calls RetryGetRequestAndCheckStatus with a failCondition function checking for any response not equal to 200.
ContextWithDeadline returns context with will timeout before t.Deadline().
RetryGetRequestAndCheckStatus sends GET request to given URL.

# Constants

KubeconfigEnv is a environment variable name which points to kubeconfig file which will be used for testing.

# Structs

TestEnv is a helper struct for accessing data required for integration and e2e tests like API key and to perform common test tasks, like generating clients, parameters for adapter etc.