kubernetes/pkg/kubectl/cmd/util
Clayton Coleman 06cbb29e9e
ClientConfig should not default to http://localhost:8080
This changes clientcmd to skip the default cluster, but preserves the
behavior in kubectl. This prevents the possibility of an administrator
misconfiguration in kubelet or other server component from allowing a
third party who can bind to 8080 on that host from potentially
impersonating an API server and gaining root access.
2016-08-30 10:43:24 -04:00
..
editor Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
jsonmerge Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
clientcache.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
factory_test.go Revert "Extend all to more resources" 2016-08-01 21:51:57 -07:00
factory.go ClientConfig should not default to http://localhost:8080 2016-08-30 10:43:24 -04:00
helpers_test.go Add return code support to kubectl-exec and -run 2016-08-20 15:58:47 +02:00
helpers.go Add return code support to kubectl-exec and -run 2016-08-20 15:58:47 +02:00
printing.go Merge pull request #28531 from dims/fix-issues-28314 2016-07-13 06:09:25 -07:00