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

kubernetes api: avoid overriding content-type header in kubernetes-asyncio, pass in via arg instead (main) #1605

Merged
merged 1 commit into from Mar 18, 2024

Commits on Mar 16, 2024

  1. kubernetes api:

    - instead of overriding the content-type header globally, pass 'application/merge-patch+json' to self.custom_api.patch_namespaced_custom_object()
    directly
    - bump kubernetes-asyncio to 29.0.0
    - fixes potential issues with global override of the header in kubernetes-asyncio
    ikreymer committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    df4c09c View commit details
    Browse the repository at this point in the history