• Antoine Pelisse's avatar
    kubectl dry-run: Check for server didn't work on create · 54889d58
    Antoine Pelisse authored
    We changed the code to verify that the type supports dry-run, but we've
    only done it for patch, not for create, which means that people can
    create objects they don't want to create. We can actually simplify the
    code by moving the check much earlier in the method, which fixes all
    possible bug like this.
    54889d58
Name
Last commit
Last update
..
BUILD Loading commit data...
apply.go Loading commit data...
apply_edit_last_applied.go Loading commit data...
apply_set_last_applied.go Loading commit data...
apply_test.go Loading commit data...
apply_view_last_applied.go Loading commit data...