pkg/network
Kenjiro Nakayama 44a8a5e174
Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (#2842)
* Use DialTLSContextFunc instead of TLSConf for TLS transport

* Fix comment

* Drop DialWithBackOff from newHTTPSTransport
2023-10-16 15:36:18 +00:00
..
handlers Fix nil pointer deref in drain when it's reset (#2645) 2022-11-22 18:56:41 +00:00
depcheck_test.go Remove the pkg/network/prober since it's moved to networking (#1941) 2020-12-04 17:32:09 -08:00
doc.go Resolver package for resolving addressables to URI (#578) 2019-08-23 15:15:14 -07:00
domain.go resolve cluster domain using env CLUSTER_DOMAIN as a fallback (#2092) 2021-04-09 13:38:51 -07:00
domain_test.go Use t.Setenv instead of os.Setenv in tests (#2454) 2022-03-10 10:00:48 -08:00
error_handler.go fix lint warnings (#2589) 2022-09-12 18:15:45 +00:00
h2c.go Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (#2842) 2023-10-16 15:36:18 +00:00
network.go Move IsKProbe to drainer, since it's the only place it's used (#2038) 2021-02-24 19:53:47 -08:00
network_test.go Move IsKProbe to drainer, since it's the only place it's used (#2038) 2021-02-24 19:53:47 -08:00
transports.go Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (#2842) 2023-10-16 15:36:18 +00:00
transports_test.go Make minimum TLS version configurable for webhooks (#2721) 2023-04-14 15:45:51 +00:00