* 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
* generated based on 1.33
* Update version to 17.0 in version.json
* Remove extra API endpoint from swagger.json
* Remove ModelConverter and related AutoMapper components
* Update package versions
* Refactor code to use ConfigureAwait(false) for asynchronous calls and update target framework to net9.0
* Remove ConfigureAwait(false) from OidcAuthTests for consistency in async calls
* Update SDK version in README to reflect support for net8.0 and net9.0
* Update dotnet SDK version to 9.0.x in build workflow
* Revert Fractions package version to 7.3.0 in Directory.Packages.props
* Update target framework to netstandard2.1 for improved compatibility
* Update package references for Microsoft.CodeAnalysis in Directory.Packages.props and LibKubernetesGenerator.target
* Refactor Worker class constructor documentation and standardize Dictionary type declaration in Program.cs
* generate based on v1.32
* bump ver
* Delete swagger.json.unprocessed
* Update target frameworks and SDK versions in project files
* Remove extra API endpoint from swagger.json
* Update .NET SDK version to 9.0.x and adjust package references
* happy build
* Enhance certificate handling for .NET 9.0 compatibility in CertUtils and KubernetesClientConfiguration
* Add mapping for V1beta1ResourceClaim to V1ResourceClaim in AutoMapper configurations
* Refactor certificate loading to improve compatibility with .NET 9.0
* Update package versions in Directory.Packages.props for improved compatibility and features
* Update Fractions package version to 7.3.0 for improved compatibility
* Update KUBERNETES_BRANCH to v1.30.0 in csharp.settings
* Update version.json to 14.0
* Update SDK version to 14.0 for Kubernetes 1.30
* fix csharp naming conflict
* drop support of net7
* remove unused comment
* add net7
* remove net5
* fix build
* fix versions
* revert to 10.0 due to ci
* fix automapper
* update ver matrix
* fix warning
* fix net7 test err
* more target to basic and model pkg
* swagger 1.25
* update version converter
* bump version
* move missing models to models proj
* hide util for further cleanup
* hide more public api
* update version matrix
* Follow up on unused using cleanup
* Revert
* Package upgrades
* LF
* Update README.md
Co-authored-by: Boshi Lian <farmer1992@gmail.com>
Co-authored-by: Boshi Lian <farmer1992@gmail.com>
* connect to GCP GKE from local machine
explanation of how to connect from lacal machine to Google Cloud Kubernetes without headache, close#91
* connect to cluster from a local machine
add preferred way of connecting to cluster, add alternative way with proxy for non supported auth providers
* known issues and its workarounds