k3s/pkg/kubectl/cmd
Antoine Pelisse b6135f63aa diff: Fix overlapping filenames
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 09:19:52 -08:00
..
annotate Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
apiresources Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
apply apply: fix detection of non-dry-run enabled servers 2018-12-07 10:54:03 -08:00
attach Move from glog to klog 2018-11-10 07:50:31 -05:00
auth Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
autoscale Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
certificates Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
clusterinfo Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
completion Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
config Merge pull request #71684 from danielqsj/typo-fix 2018-12-07 07:58:09 -08:00
convert Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
cp Merge pull request #69885 from clickyotomy/master 2018-11-28 23:31:21 -08:00
create Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
delete Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
describe Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
diff diff: Fix overlapping filenames 2018-12-11 09:19:52 -08:00
drain Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
edit Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
exec Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
explain Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
expose Move from glog to klog 2018-11-10 07:50:31 -05:00
get Fix sort-by regression 2018-12-06 12:32:30 -05:00
help Generated changes 2018-10-11 22:01:06 +02:00
label Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
logs fix a bug that --tail option does not take effects in 'kubectl logs --selector xx=xx --tail 3' 2018-11-02 18:20:58 +08:00
options Generated changes 2018-10-11 22:01:06 +02:00
patch Move from glog to klog 2018-11-10 07:50:31 -05:00
plugin Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
portforward Generated changes 2018-10-11 22:01:06 +02:00
proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
replace Move from glog to klog 2018-11-10 07:50:31 -05:00
rollingupdate Move from glog to klog 2018-11-10 07:50:31 -05:00
rollout Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
run Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
scale Move from glog to klog 2018-11-10 07:50:31 -05:00
set Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
taint Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
testing Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
top Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
util Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
version Switch to sigs.k8s.io/yaml from ghodss/yaml 2018-11-07 13:17:32 -05:00
wait Fix some golint errors for packages in `pkg/kubectl/cmd` 2018-11-22 22:09:08 +08:00
BUILD kubectl: remove redundant test 2018-11-09 11:12:20 -08:00
alpha.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00
cmd.go Merge pull request #70728 from Pingan2017/remove-kubectl-run-container 2018-11-16 01:53:11 -08:00
cmd_test.go React to moves 2018-10-06 18:44:05 +02:00
profiling.go Add go profile instrumentation to kubectl 2018-09-18 18:28:43 +01:00