kubernetes/federation/pkg/federation-controller
Kubernetes Submit Queue 8aaffb4018 Merge pull request #44810 from FengyunPan/fix-Errorf
Automatic merge from submit-queue (batch tested with PRs 44412, 44810, 47130, 46017, 47829)

Return clusterErr rather than err

The updateClusterIngressUIDToMasters() should return clusterErr, not err.
If the 'err' of 'masterCluster, masterUID, err := ic.getMasterCluster()' is nil and the 'clusterErr' of 'clusterObj, clusterErr := api.Scheme.DeepCopy(cluster)' is not nil, updateClusterIngressUIDToMasters() will return ("", nil).

And do not log fallbackUID when fallbackUID is nil.
2017-07-11 20:00:18 -07:00
..
cluster run hack/update-all 2017-06-22 11:31:03 -07:00
ingress Merge pull request #44810 from FengyunPan/fix-Errorf 2017-07-11 20:00:18 -07:00
namespace run hack/update-all 2017-06-22 11:31:03 -07:00
service Merge pull request #46848 from zjj2wry/err_message 2017-07-06 10:02:03 -07:00
sync fed: Remove flakey and redundant replicaset unit test 2017-07-07 10:57:06 -07:00
util [Federation] Convert the ReplicaSet controller to a sync controller. 2017-06-22 17:47:43 -07:00
BUILD [Federation] Convert the deployment controller to a sync controller. 2017-06-28 17:15:48 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00