* 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
Updated `KubernetesJson.cs` to include additional overloads for the `Deserialize` and `Serialize` methods. New methods now support `JsonDocument`, `JsonElement`, and `JsonNode` types, enhancing JSON handling capabilities within the Kubernetes library.
* first lib model
* add missing files
* happy test
* add vanilla rest for extend
* fix new url pattern
* address comments
* add v to tag
* bump ver
* add missing file when ren
* support multi pkg
* fix gh action
* fix env var
* ren title
* use gh action to set ver
* remove unused
* remove unused