mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-20 21:57:09 -04:00
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 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| cluster_helper.go | ||
| dns.go | ||
| dns_test.go | ||
| doc.go | ||
| endpoint_helper.go | ||
| endpoint_helper_test.go | ||
| service_helper.go | ||
| service_helper_test.go | ||
| servicecontroller.go | ||
| servicecontroller_test.go | ||