kubernetes/pkg/client
k8s-merge-robot 5c2f758517 Merge pull request #17590 from fabianofranz/cli_homedir_on_windows
Automatic merge from submit-queue

Use correct home directory on Windows

As of now the `kubectl` config mechanism that saves/loads `~/.kube/config` is broken on Windows, saving the config file in the *current* directory instead of the user's *home* dir. This happens because most Windows don't respect the `HOME` environment variable. 

This PR changes the config file loading mechanism to use the recommended way to detect the user home on Windows (`HOMEDRIVE`+`HOMEPATH` or `USERPROFILE`), and adds a migration for users that might be currently relying on existing config files.
2016-04-01 22:00:11 -07:00
..
cache Provide better log output and name for reflectors 2016-03-24 17:37:31 -04:00
chaosclient Use networking to hold network related pkgs 2016-01-15 13:46:16 +08:00
clientset_generated move fake discovery client to pkg/client/typed/discovery/fake 2016-03-25 16:02:08 -07:00
leaderelection Fixing all the "composite literal uses unkeyed fields" Vet errors. 2016-03-25 15:25:09 -07:00
metrics HTTP Client request metrics: consolidating + client->server endpoint label, cleanups 2015-11-05 18:12:22 -05:00
record temporarily disable goroutine calls to testing.T.Logf to avoid race 2016-03-31 11:43:38 -07:00
restclient Add third party support to kubectl 2016-03-31 10:53:32 -07:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
testing/core Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
transport support CIDRs in NO_PROXY 2016-03-16 16:22:54 -04:00
typed Merge pull request #23443 from goltermann/vet2 2016-03-25 23:43:44 -07:00
unversioned Merge pull request #17590 from fabianofranz/cli_homedir_on_windows 2016-04-01 22:00:11 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00