csharp
csharp copied to clipboard
Fix possible resource leak on `KubernetesClientConfiguration` without introducing `IDisposable`
Fix #1446 without introducing IDisposable on KubernetesClientConfiguration
Breaking Changes:
- Using
KubernetesClientConfiguration.SslCaCertsorKubernetesClientConfiguration.LoadSslCaCerts()requires the user to dispose the returnedX509Certificate2Collectionafter usage. - Setter of
KubernetesClientConfiguration.SslCaCertswas removed.