Skip to content
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

feat(Kubernetes Client): integrate dotnet kubernetes client into KubeOps #507

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

buehler
Copy link
Owner

@buehler buehler commented 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.

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 buehler merged commit a0a582d into master Jan 18, 2023
@buehler buehler deleted the feat/integrate-kubernetes-client branch January 18, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the Dotnet Kubernetes Client Resource Limit Parsing Fails
1 participant