mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-09 01:50:56 -04:00
Automatic merge from submit-queue Check return value when calling ensureDnsRecords When [lockedUpdateDNSRecords](https://github.com/xiangpengzhao/kubernetes/blob/check_ensureDnsRecords_return_value/federation/pkg/federation-controller/service/servicecontroller.go#L723) calls `ensureDnsRecords`, it should check the return value. If it returns error, the `ensuredCount ` should not increment. |
||
|---|---|---|
| .. | ||
| cluster_helper.go | ||
| dns.go | ||
| doc.go | ||
| endpoint_helper.go | ||
| endpoint_helper_test.go | ||
| service_helper.go | ||
| service_helper_test.go | ||
| servicecontroller.go | ||
| servicecontroller_test.go | ||