Replies: 2 comments
-
Nice to have, but not a must. To set a better example, you are welcome to send a PR to add |
Beta Was this translation helpful? Give feedback.
-
I think it is recommended to not dispose httpclient frequently, should use it as singleton, so it is good to use singleton k8s client also.
|
Beta Was this translation helpful? Give feedback.
-
The readme and example folders are full of things like:
Surely this should be
using var client = ...
sinceKubernetes
implementsIDisposable
?Beta Was this translation helpful? Give feedback.
All reactions