* feat: initial source gen for json
* wip
* chore: readd default settings
* chore: cleanup
* chore: remove source gen from classic as it depends on C#9 support
* Update KubernetesClient.Classic.csproj
* wip
* enable UseStringEnumConverter
* chore: make converters public so we can use them in our libraries
* fix: recursion and remove converter from source gen
* fix: V1StatusObjectViewConverter
* wip
* wip
* wip
* fix: rfc3339 json serialization and yaml de/serialization
* chore: add namespace
* fix: imports
* fix: switch output to RFC3339Micro to fit Time and MicroTime
* chore: update AOT to match KubernetesYaml
* fix aot
* Update buildtest.yaml
* migrate to record
* chore: update project files and clean up unused references
* refactor: convert classes to records and simplify constructors for IntOrString, ResourceQuantity, and V1Patch
* fix: define IsExternalInit to resolve CS0518 error in IntOrString
* refactor: change IntOrString and ResourceQuantity from records to structs, update implicit conversions, and simplify null checks
* refactor: add JsonPropertyName attribute to Value property in IntOrString struct
* refactor: simplify V1Patch constructor and improve argument validation
* refactor: remove unnecessary CultureInfo parameter in ToInt method
* Update src/KubernetesClient/Models/ResourceQuantity.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/KubernetesClient/Models/IntOrString.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Revert "Update src/KubernetesClient/Models/ResourceQuantity.cs"
This reverts commit 62b20a691554659e28d419067220dc1a0620133b.
* refactor: remove commented-out formatting check and simplify build command
* refactor: remove IValidate.cs from project references in Aot and Classic
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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
* 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