kubernetes/pkg/kubectl/cmd
Eric Paris 7cbb52ce04 Use the pflag StringSlice instead of implementing it ourselves
Saves code and makes our code easier to read because we just use normal
[]string instead of custom type.
2015-08-06 19:16:13 -04:00
..
config rewrite go imports 2015-08-05 17:30:03 -07:00
util Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
annotation_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
annotation.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
apiversions.go rewrite go imports 2015-08-05 17:30:03 -07:00
attach_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
attach.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
clusterinfo.go rewrite go imports 2015-08-05 17:30:03 -07:00
cmd_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
cmd.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
create_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
create.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
delete_test.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
delete.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
describe_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
describe.go rewrite go imports 2015-08-05 17:30:03 -07:00
exec_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
exec.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
expose_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
expose.go rewrite go imports 2015-08-05 17:30:03 -07:00
get_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
get.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
label_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
label.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
log_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
log.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
namespace.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
patch_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
patch.go rewrite go imports 2015-08-05 17:30:03 -07:00
portforward_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
portforward.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
proxy.go kubectl: Add proxy --unix-socket=/file/path option 2015-08-06 11:56:47 +02:00
replace_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
replace.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
rollingupdate_test.go Support recovery from in the middle of a rename. 2015-05-07 10:39:15 -07:00
rollingupdate.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
run.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
scale.go rewrite go imports 2015-08-05 17:30:03 -07:00
stop.go Use the pflag StringSlice instead of implementing it ourselves 2015-08-06 19:16:13 -04:00
version.go rewrite go imports 2015-08-05 17:30:03 -07:00