mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
[PR #337] [MERGED] add a provider for google cloud dns #677
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/337
Author: @orbatschow
Created: 6/6/2022
Status: ✅ Merged
Merged: 9/17/2022
Merged by: @qdm12
Base:
master← Head:master📝 Commits (1)
7bbd4befeat(provider): add support for GCP📊 Changes
9 files changed (+823 additions, -11 deletions)
View changed files
📝
README.md(+2 -0)➕
docs/gcp.md(+37 -0)📝
go.mod(+17 -4)📝
go.sum(+558 -7)📝
internal/settings/constants/providers.go(+2 -0)📝
internal/settings/errors/validation.go(+2 -0)➕
internal/settings/providers/gcp/provider.go(+100 -0)➕
internal/settings/providers/gcp/update.go(+102 -0)📝
internal/settings/settings.go(+3 -0)📄 Description
closes #336
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.