kubernetes/pkg
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
..
admission Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
api Merge pull request #23427 from wojtek-t/conversions_with_framework_4 2016-03-31 17:28:36 -07:00
apimachinery Add third party support to kubectl 2016-03-31 10:53:32 -07:00
apis Merge pull request #23308 from yifan-gu/rkt_bump 2016-03-30 05:42:58 -07:00
apiserver add delete precondition 2016-03-25 11:21:39 -07:00
auth Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
capabilities Support pods with containers using host ipc 2015-09-18 21:13:39 +02:00
client Merge pull request #17590 from fabianofranz/cli_homedir_on_windows 2016-04-01 22:00:11 -07:00
cloudprovider fix the gcfg typo 2016-03-29 23:32:11 +08:00
controller Merge pull request #23579 from edevil/fix_typo 2016-03-30 15:38:50 -07:00
conversion Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
credentialprovider Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
fieldpath Change runtime.Object signature 2015-12-15 13:36:25 -05:00
fields move parse or die logic to selector.go 2015-12-17 19:59:46 +08:00
genericapiserver refactor resource overrides as positive logic interface 2016-03-28 09:24:49 -04:00
healthz DefaultMux should only register the first time 2015-05-16 16:11:24 -04:00
httplog httplog is not a CloseNotifier 2015-12-20 21:59:59 -05:00
hyperkube Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl Merge pull request #16451 from ncdc/exec-interop-testing 2016-04-01 17:11:26 -07:00
kubelet Merge pull request #16451 from ncdc/exec-interop-testing 2016-04-01 17:11:26 -07:00
kubemark Increase MaxPods in Kubemark 2016-03-02 16:21:16 +01:00
labels Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
master Add third party support to kubectl 2016-03-31 10:53:32 -07:00
metrics Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
probe Fix pkg/probe/http unit test for go 1.6. 2016-03-21 15:27:02 -07:00
proxy Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
quota Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
registry Add third party support to kubectl 2016-03-31 10:53:32 -07:00
runtime Merge pull request #23387 from hongchaodeng/e 2016-03-31 11:46:43 -07:00
securitycontext Rename PodSecurityPolicy fields 2016-03-03 11:49:48 -08:00
serviceaccount generate fake client for release_1_2 2016-02-17 16:10:02 -08:00
ssh Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
storage etcd (v3) store: implements KV methods of storage.Interface 2016-03-30 10:20:39 -07:00
types Create Unix UID/GID types 2016-02-24 11:22:02 -05:00
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #17590 from fabianofranz/cli_homedir_on_windows 2016-04-01 22:00:11 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Merge pull request #23368 from saad-ali/renameBuilderCleaner 2016-03-26 13:01:25 -07:00
watch Rename RawJSON to Raw in runtime.RawExtension and add ContentType & ContentEncoding. 2016-03-18 12:35:27 +01:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00