kubernetes/federation/pkg/federation-controller/service
Kubernetes Submit Queue 53258ba679 Merge pull request #44366 from therc/patch-3
Automatic merge from submit-queue

Fix ensureDnsRecords comments for federated services

I went to look at the source comments, because the documentation is not exhaustive about what kind of DNS records are created for federated services (and http://blog.kubernetes.io/2016/07/cross-cluster-services.html is wrong...).
It turns out that even the comment is not in sync with the code: two out of three records listed use `.federation`, while the author probably meant `.mydomain.com` (which has less chance of getting mixed up with `myfed`). I fixed those, as well as a few spelling and parenthesis errors. Hopefully this will help others save time and not scratch their heads.

cc @quinton-hoole
2017-04-18 23:55:49 -07:00
..
BUILD autogenerated 2017-04-14 10:40:57 -07:00
cluster_helper.go federation: use generated listers 2017-02-23 13:56:52 -05:00
dns.go Fix ensureDnsRecords comments for federated services 2017-04-11 18:01:35 -04:00
dns_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoint_helper.go federation: use generated listers 2017-02-23 13:56:52 -05:00
endpoint_helper_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
service_helper.go Fix deletion logic in service controller. 2017-03-19 22:49:21 -07:00
service_helper_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
servicecontroller.go Merge pull request #44108 from csbell/fed-disable-orphan 2017-04-06 00:48:42 -07:00
servicecontroller_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00