You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes Client: 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.