• Kubernetes Submit Queue's avatar
    Merge pull request #39957 from justinsb/dnsprovider_upsert · b2ea7807
    Kubernetes Submit Queue authored
    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
    ```
    b2ea7807
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
deploy Loading commit data...
develop Loading commit data...
docs/api-reference Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
BUILD Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...