kubernetes/pkg/kubectl/cmd/apply
Antoine Pelisse 54889d581a kubectl dry-run: Check for server didn't work on create
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.
2018-10-12 11:30:49 -07:00
..
apply_edit_last_applied.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00
apply_set_last_applied.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00
apply_test.go dry-run: Verify if the object supports dry-run 2018-10-10 08:56:09 -07:00
apply_view_last_applied.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00
apply.go kubectl dry-run: Check for server didn't work on create 2018-10-12 11:30:49 -07:00
BUILD Merge pull request #69633 from soltysh/move_templates 2018-10-12 10:07:07 -07:00