Files
client-go/tools/clientcmd
Andy Goldstein 634770b327 validateClusterInfo: use clientcmdapi.NewCluster()
Change validateClusterInfo to use clientcmdapi.NewCluster() instead of
clientcmdapi.Cluster{} when comparing against the passed in clusterInfo.
clusterInfo most likely will be a combination of
clientcmdapi.NewCluster() merged with potential overrides. This is
necessary because otherwise, the DeepEqual between what is supposed to
be an empty Cluster and clusterInfo will fail, resulting in an error
that doesn't allow fall-through to checking for in-cluster
configuration.

Kubernetes-commit: 266ba9ffdeeeeba8022ce94ae4e725d996c29363
2017-04-11 20:28:18 +00:00
..
2017-04-03 20:28:13 +00:00
2016-10-21 04:44:19 +00:00
2017-01-21 15:19:42 +00:00
2017-02-01 03:06:37 +00:00
2017-01-21 15:19:42 +00:00
2016-12-04 11:39:55 +00:00
2016-12-17 15:19:41 +00:00
2017-01-24 15:19:42 +00:00
2017-01-25 15:19:43 +00:00
2017-01-21 15:19:42 +00:00
2017-01-21 15:19:42 +00:00
2017-03-31 20:29:30 +00:00