k3s/pkg/kubectl/cmd
nikhiljindal c849730116 Fixing the error message 2015-07-16 23:33:16 -07:00
..
config make use-context return error when context does not exist 2015-06-30 19:08:55 -07:00
util Fixing the error message 2015-07-16 23:33:16 -07:00
apiversions.go add boundary check before access os.Args 2015-07-09 16:15:42 -07:00
clusterinfo.go Merge pull request #10585 from caesarxuchao/fix-alias 2015-07-15 15:00:09 -07:00
cmd.go Add a better help message for kubectl describe 2015-07-14 16:22:42 +08:00
cmd_test.go Introduce a new service generator that leaves service port unnamed 2015-07-16 20:40:40 -07:00
create.go Merge pull request #11366 from davidopp/doc1 2015-07-16 22:48:13 -07:00
create_test.go Fix load-balancer firewall messages 2015-07-14 21:07:46 -07:00
delete.go Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
delete_test.go fix tests for 22f1b07858 2015-06-22 17:10:09 -07:00
describe.go Add a better help message for kubectl describe 2015-07-14 16:22:42 +08:00
describe_test.go Add label support for kubectl describe 2015-06-12 15:08:28 +08:00
exec.go Merge pull request #10654 from nikhiljindal/getToPostClient 2015-07-06 10:54:27 -07:00
exec_test.go Updating kubectl to use POST instead of GET 2015-07-01 17:07:24 -07:00
expose.go Fixing the error message 2015-07-16 23:33:16 -07:00
expose_test.go Fix TestRunExposeService 2015-07-13 06:48:58 -07:00
get.go Add a better help message for kubectl describe 2015-07-14 16:22:42 +08:00
get_test.go make the meaning of a test in get_test.go clearer 2015-06-05 13:59:30 -07:00
label.go Unify command line namespace resolution 2015-07-01 12:59:17 -07:00
label_test.go label: Invalidate empty or invalid value labels 2015-05-28 10:47:36 +02:00
log.go Merge pull request #10493 from krousey/namespace 2015-07-01 19:33:44 -07:00
log_test.go add v1 tests to tests in kubectl/cmd/* 2015-06-03 13:57:54 -07:00
namespace.go
patch.go Fix a small typo. 2015-07-13 09:38:40 -07:00
patch_test.go add "kubectl patch". It will replace "kubectl udpate --patch" in the future 2015-06-29 16:36:45 -07:00
portforward.go Fix small nits for kubectl port-forward command 2015-07-08 15:53:53 +08:00
portforward_test.go Updating kubectl to use POST instead of GET 2015-07-01 17:07:24 -07:00
proxy.go Add some XSRF protection to kubectl proxy. 2015-06-10 20:55:33 -07:00
replace.go Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
replace_test.go Add command "kubectl replace". "kubectl update" is still supported as an alias. 2015-06-29 12:14:24 -07:00
rollingupdate.go Merge pull request #10585 from caesarxuchao/fix-alias 2015-07-15 15:00:09 -07:00
rollingupdate_test.go Support recovery from in the middle of a rename. 2015-05-07 10:39:15 -07:00
run.go Merge pull request #10585 from caesarxuchao/fix-alias 2015-07-15 15:00:09 -07:00
scale.go Merge pull request #10585 from caesarxuchao/fix-alias 2015-07-15 15:00:09 -07:00
stop.go Merge pull request #10598 from feihujiang/nameInsteadOfID 2015-07-02 15:26:24 -07:00
version.go