We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab32ac commit ec3c1ccCopy full SHA for ec3c1cc
locksmithctl/locksmithctl.go
@@ -178,7 +178,7 @@ func main() {
178
179
// getLockClient returns an initialized EtcdLockClient, using an etcd
180
// client configured from the global etcd flags
181
-func getClient() (*client.Client, error) {
+func getClient() (*http.DefaultClient, error) {
182
// copy of github.com/coreos/etcd/client.DefaultTransport so that
183
// TLSClientConfig can be overridden.
184
transport := &http.Transport{
0 commit comments