func/k8s
Matej Vasek a13f897fbb
feat: custom default HTTP transport (#711)
* src: dialer pod auto-exit

The pod should exit (be Completed) when func exits.

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* feat: use in cluster dialer by default

This sets http.DefaultTransport to our specialized RoundTripper.
The RoundTripper first tries dial in standard way.
If dial operation fails due to hostname resolution error
in cluster dialer will be used.

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2021-12-10 02:31:29 -08:00
..
client.go Fix deployment on k8s cloud providers (#563) 2021-10-05 13:34:45 -07:00
configmaps.go feat: `func config volumes` - interactive prompt (#391) 2021-06-17 09:21:07 +02:00
dialer.go feat: custom default HTTP transport (#711) 2021-12-10 02:31:29 -08:00
dialer_test.go Fix dialer test (#713) 2021-12-09 15:59:28 -08:00
secrets.go feat: `func config volumes` - interactive prompt (#391) 2021-06-17 09:21:07 +02:00