Instead of saying "Google Inc." (which is not always correct) say "The Kubernetes Authors", which is generic.
* Improper format specifier (e.g. %s for bools or %s for ints) * More or less parameters than format specifiers * Not calling a formatting function when it should have (e.g. Error() instead of Errorf())
Add streaming command execution & port forwarding via HTTP connection upgrades (currently using SPDY).