Files
kubernetes/pkg/kubectl/cmd
Clayton Coleman 07f079216e Make clientcmd defaulting a function of ConfigOverrides and LoadingRules
This commit moves away from using a global variable for default
configuration checking, and instead exposes a method on LoadingRules to
determine whether a particular restclient.Config should be considered
"default". This allows kubectl to provide its own defaults (the same
as before, KUBERNETES_MASTER and the static localhost:8080 values) while
allowing other clients to avoid defining them.

In-cluster config defaulting is now easier to read.
2016-09-21 01:28:06 -04:00
..
2016-09-07 09:09:12 +08:00
2016-08-23 14:51:56 +08:00
2016-07-28 17:47:03 +03:00
2016-07-08 13:53:09 +02:00
2016-07-08 13:53:09 +02:00
2016-08-20 15:58:10 +02:00