-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource Limit Parsing Fails #434
Labels
bug
Something isn't working
Comments
Would be fixed indirectly via #435. |
This is now deployed in preview package v7 |
buehler
pushed a commit
that referenced
this issue
Jan 18, 2023
Big "Thank you" to @Silvenga for the initial work on this. This closes #435. This fixes #434. BREAKING CHANGE: This moves to System.Text.Json from Newtonsoft.Json to adhere to the changes in Kubernetes Client upstream. Existing projects must migrate from using `JsonPropertyAttributes` to `JsonPropertyNameAttributes`. The YAML serializer is also shared with `kubernetes-client` and is no longer overridable via injection. `Microsoft.Rest.HttpOperationException` no longer exists, any place this is used must move to `k8s.Autorest.HttpOperationException`. Signed-off-by: Christoph Bühler <christoph@smartive.ch>
buehler
pushed a commit
that referenced
this issue
Jan 18, 2023
Big "Thank you" to @Silvenga for the initial work on this. This closes #435. This fixes #434. BREAKING CHANGE: This moves to System.Text.Json from Newtonsoft.Json to adhere to the changes in Kubernetes Client upstream. Existing projects must migrate from using `JsonPropertyAttributes` to `JsonPropertyNameAttributes`. The YAML serializer is also shared with `kubernetes-client` and is no longer overridable via injection. `Microsoft.Rest.HttpOperationException` no longer exists, any place this is used must move to `k8s.Autorest.HttpOperationException`. Signed-off-by: Christoph Bühler <christoph@smartive.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The following exception is thrown when converting
ResourceQuantity
. This appears to be fixed in upstream https://github.com/kubernetes-client/csharp.Additional context
The PR buehler/dotnet-kubernetes-client#121 should allow this project to consume an upstream version of https://github.com/kubernetes-client/csharp.
The text was updated successfully, but these errors were encountered: