csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Fix possible resource leak on `KubernetesClientConfiguration` without introducing `IDisposable`

Open PSanetra opened this issue 1 year ago • 7 comments

Fix #1446 without introducing IDisposable on KubernetesClientConfiguration

Breaking Changes:

  • Using KubernetesClientConfiguration.SslCaCerts or KubernetesClientConfiguration.LoadSslCaCerts() requires the user to dispose the returned X509Certificate2Collection after usage.
  • Setter of KubernetesClientConfiguration.SslCaCerts was removed.

PSanetra avatar Nov 10 '23 13:11 PSanetra