* feat: enhance Kubernetes client with watch functionality
* refactor: simplify watch event handling in Kubernetes client example
* refactor: update Kubernetes watch functionality to use new event handling methods and add async enumerable support
* fix
* fix
* fix: correct usage of Pod list items in client example and update Obsolete attribute formatting
* fix: update client example to use correct Pod list method and improve Obsolete attribute formatting
* refactor: enhance type resolution for list items in TypeHelper by adding TryGetItemTypeFromSchema method
* feat: mark Watch methods as obsolete to prepare for future deprecation
* fix
* refactor: update WatcherExt class to internal and remove obsolete attributes; improve example method signature in Program.cs
* refactor: change WatcherExt class from internal to public and mark methods as obsolete for future deprecation
* Implement code changes to enhance functionality and improve performance
* chore: update version to 18.0 in version.json
* fix: correct initialization of opblackList in PluralHelper
* chore: update SDK version to 18.0 in README.md
* Fixdocfx (#82)
* fix: update file references and clean up validation comments in models
* chore: add symlink to CONTRIBUTING.md for easier access
* fix: update documentation to include full type names for WebSocket and Predicate
* fix: include CONTRIBUTING.md in docfx.json build content
* refactor: update IKubernetes interface and template for consistency
* feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility
* Implement code changes to enhance functionality and improve performance
* chore: update version to 18.0 in version.json
* fix: correct initialization of opblackList in PluralHelper
* chore: update SDK version to 18.0 in README.md
* refactor: update IKubernetes interface and template for consistency
* feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility
* chore: downgrade xunit.runner.visualstudio and Xunit.StaFact package versions for compatibility
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* style: format code for consistency and readability
* feat: update certificate loading logic for .NET 9 compatibility
* fix: update certificate loading method for .NET 9 compatibility
* fix typo
* Add modular API
* Use x-kubernetes-action instead of operationId to generate method names
* fix
* Clean code style warnings
* Refactor client constructors to use Kubernetes type instead of IKubernetes
* Add ClientSet tests for Kubernetes pod operations
* Fix order of parameters in Pod API calls for consistency
* Enhance documentation for ClientSet and ResourceClient classes
* Refactor ClientSet and GroupClient for Kubernetes usage
* Refactor Pod API calls in tests to use singular form for consistency
* Refactor Pod API calls to use 'Create' and 'Update' methods for consistency