kubernetes/test/integration/framework
Davanum Srinivas 1671efe7a8
Do not use a global variable for etcdURL
we are saving this information in an env variable `KUBE_INTEGRATION_ETCD_URL`

So just pick it up from there when needed. Currently when someone uses
framework.RunCustomEtcd directly, the global variable is *not* set and the
code that uses `GetEtcdURL` returns empty string.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-01-22 14:11:26 -05:00
..
controlplane_utils.go Remove RunAnAPIServer from integration tests 2022-07-25 17:52:31 +02:00
etcd.go Do not use a global variable for etcdURL 2023-01-22 14:11:26 -05:00
flags.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
OWNERS Add alculquicondor to test/integration/framework OWNERS 2022-11-07 13:13:50 -05:00
perf_utils.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
serializer.go remove unused function of NewSingleContentTypeSerializer 2021-01-04 10:40:37 +08:00
test_server.go Clean shutdown of flowcontrol integration tests 2022-06-15 16:53:42 +02:00
util.go Merge pull request #113615 from kerthcet/feat/add-benchmark-tests 2022-11-07 09:18:28 -08:00