mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-18 17:37:03 +00:00
gofmt
This commit is contained in:
parent
dee75355d0
commit
4e83800979
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool,
|
||||||
MaxIdleConns: 100,
|
MaxIdleConns: 100,
|
||||||
IdleConnTimeout: 3 * time.Second,
|
IdleConnTimeout: 3 * time.Second,
|
||||||
DisableCompression: true,
|
DisableCompression: true,
|
||||||
Proxy: http.ProxyFromEnvironment,
|
Proxy: http.ProxyFromEnvironment,
|
||||||
}
|
}
|
||||||
|
|
||||||
if skipTLS {
|
if skipTLS {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue