Is it possible to pass HttpClientFactory to KubernetesClinet (IKubernetes implementation) for creating HttpClient? #1364
Replies: 2 comments 11 replies
-
need to install watcher handler to httpclient |
Beta Was this translation helpful? Give feedback.
-
What happened with this? Why was the |
Beta Was this translation helpful? Give feedback.
-
I want to pass my own httpClientFactory to the IKubernetes instance, so is it possible to pass HttpClientFactory while creating instance of IKubernetes ?
As I explored it, sometime in 2019 - 2021 it was allowed to take HttpClient in constructor of Kubernetes, but currently its only taking DelegatingHandler in args. Is there any way that I can pass IhttpclientFactroy now.
If someone knows why HttpClient arg is removed from constructor args please explain, or redirect me to that page.
Beta Was this translation helpful? Give feedback.
All reactions