Files
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
..
2021-09-30 13:46:49 +02:00
2022-12-16 20:14:04 +01:00