mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-25 10:43:25 -04:00
Automatic merge from submit-queue dnsprovider: Add upsert Although Google Cloud DNS requires strict add & remove calls, most dnsproviders actually support upsert, and an add & remove is much more expensive (primarily because of the need to fetch the pre-image). Add support for 'upsert' operations, which don't require the pre-image, and simply overwrite the existing record. This is much cheaper on Amazon Route53, for example. ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| providers | ||
| rrstype | ||
| tests | ||
| BUILD | ||
| dns.go | ||
| dns_test.go | ||
| doc.go | ||
| plugins.go | ||