• k8s-merge-robot's avatar
    Merge pull request #28182 from quinton-hoole/2016-06-28-compare-rrsets-properly · 72a697a1
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Federation: Use equivalent() instead of == to compare DNS ResourceRecordSets. Fixes #28135
    
    Without this we sometimes incorrectly assume that DNS records hosted on cloud DNS servers need to be replaced when they don't need to be.  This results in unnecessary churn on DNS records.
    
    cc: @nikhiljindal @madhusudancs @mfanjie FYI
    72a697a1
Name
Last commit
Last update
..
cluster_helper.go Loading commit data...
dns.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...