David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
Gyu-Ho Lee
|
a14a288c3f
|
pkg/kubectl: preallocate slice
To avoid slice growth with append operations.
|
2016-05-29 02:09:39 -07:00 |
Jeff Lowdermilk
|
cb65cfa746
|
Print recognized file extensions in resource builder error
|
2015-09-03 11:01:13 -07:00 |
deads2k
|
f1b81ff678
|
bind filenames var instead of looking up
|
2015-09-01 08:35:57 -04:00 |
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 |
Mike Danese
|
17defc7383
|
run gofmt on everything we touched
|
2015-08-05 17:52:56 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Anastasis Andronidis
|
b06ef70057
|
Print resource labels as columns
|
2015-06-22 00:44:51 +02:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Eric Paris
|
de3864a1c2
|
bash_completions: Generic function for --filename arguments
This generic function adds --filename= arguments to commands, and does
the magic so they get bash completions to find json, yaml, or yml files.
|
2015-04-14 18:25:52 -04:00 |