# 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.