Files
kubernetes/pkg
Clayton Coleman e46adc4cd0 kubectl should error when namespace doesn't match file for update
A user who runs `kubectl update -f foo.json` where foo.json is a
resource in a namespace that does not match $(kubectl namespace)
may not intend to update the resource in that other namespace.

For now, return an error when the user does not explicitly set
the namespace via the CLI:

    # foo.json in 'one', current is 'two'
    $ kubectl update -f foo.json # FAILS

    $ kubectl update --namespace=one -f foo.json # SUCCEEDS
2014-11-04 10:44:56 -05:00
..
2014-09-16 15:19:02 -07:00
2014-10-30 21:37:08 -04:00
2014-10-30 21:37:08 -04:00
2014-11-02 22:26:45 -08:00
2014-10-27 14:48:42 -07:00
2014-11-03 08:38:02 -08:00
2014-10-24 11:49:04 -04:00
2014-10-08 20:16:59 -07:00
2014-10-27 16:35:52 -07:00