# Functions
ConnectWithConfig takes an absolute path to a kube config file which is used to connect to the Kubernetes API.
ConnectWithinCluster uses Kubernetes utility functions to locate the credentials within the cluster and connect to the API.
ContainerForName accepts a string and a slice of containers.
IsClientsSpecValid checks if the given set of the client spec is valid.
IsProxiedTest checks if the current test has a sidecar container specified.
IsPSMTest checks if a given LoadTest is a (proxied or proxyless) service mesh test.
UpdateConfigMapWithServerPort accepts a server port string and a scenarioString string.