• Kubernetes Submit Queue's avatar
    Merge pull request #44366 from therc/patch-3 · 53258ba6
    Kubernetes Submit Queue authored
    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
    53258ba6
Name
Last commit
Last update
..
BUILD Loading commit data...
cluster_helper.go Loading commit data...
dns.go Loading commit data...
dns_test.go Loading commit data...
doc.go Loading commit data...
endpoint_helper.go Loading commit data...
endpoint_helper_test.go Loading commit data...
service_helper.go Loading commit data...
service_helper_test.go Loading commit data...
servicecontroller.go Loading commit data...
servicecontroller_test.go Loading commit data...