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

Prevent empty string object name requests from being sent to the apiserver #1541

Merged
merged 1 commit into from
Jul 20, 2024

Commits on Jul 20, 2024

  1. Fix kube-rs#1540, due to the URL-nature a get with an empty name is p…

    …rocessed as a list call.
    
    kube then fails to parse the result from the server.
    Other HTTP METHODS, like "DELETE" are also affected and e.g. cause the deletion of ALL objects. See the issue for more info.
    
    Signed-off-by: Marcel Märtens <marcel.cochem@googlemail.com>
    xMAC94x committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    dd45e6f View commit details
    Browse the repository at this point in the history