k3s/pkg/kubectl/cmd
Salvatore Dario MINONNE 61ac2f7437 kubectl delete command: adding labelSelector
Add a Visitor pattern on top of ResourcesFromArgs

Allows ResourcesFromArgs to return an opaque list of items and have client
commands react to them.

Change request.go to return apiserver errors for arbitrary status codes to
better respond to generic actions that don't make sense (kubectl delete operations foo)
2014-12-17 18:15:03 +00:00
..
cmd.go Make validation optional, handle YAML 2014-12-09 12:37:49 -08:00
cmd_test.go Make GetPrinter take the necessary conversion arguments 2014-11-18 21:14:39 -05:00
create.go Revert "Revert "Add optional validation to kubecfg/kubectl."" 2014-12-09 12:37:48 -08:00
createall.go Fixes #1605: make ErrorList introspectable by replacing ErrorList and 2014-12-12 10:56:31 -08:00
delete.go kubectl delete command: adding labelSelector 2014-12-17 18:15:03 +00:00
describe.go Refactor Get and Describe to allow extension of types 2014-11-04 10:44:56 -05:00
describe_test.go Make GetPrinter take the necessary conversion arguments 2014-11-18 21:14:39 -05:00
get.go kubectl get format is specified with -o, not -f 2014-11-21 17:55:48 -08:00
get_test.go Make GetPrinter take the necessary conversion arguments 2014-11-18 21:14:39 -05:00
helpers.go Clean up error logs. 2014-11-21 09:45:26 +08:00
log.go Streaming container logs 2014-12-15 12:12:11 +01:00
namespace.go Extract several kubectl helpers from cmd/cmd.go 2014-11-10 15:09:32 -02:00
proxy.go add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00
resource.go kubectl delete command: adding labelSelector 2014-12-17 18:15:03 +00:00
update.go Revert "Revert "Add optional validation to kubecfg/kubectl."" 2014-12-09 12:37:48 -08:00
version.go add utility for binding flags and building api server clients 2014-11-26 07:50:51 -05:00