-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from mikenairn/copy_external_dns_aws_provider
Copy external dns aws provider
- Loading branch information
Showing
6 changed files
with
3,201 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ExternalDNS | ||
|
||
To ease development, code reviews, and make it easier for developers to get up to speed with plan/registry/provider code, we will initially work off a copy of the relevant external-dns code in this repo. When we have a solution that works for us we will look into how we can submit that back to external-dns. | ||
|
||
Code is copied, unmodified where possible, from the v0.14.0 version of external-dns. https://github.com/kubernetes-sigs/external-dns/tree/v0.14.0 | ||
|
||
If you are updating anything from the external-dns repo make sure you use this version, and keep all changes being made to external-dns code in their own commit and mark as "external-dns" in the comments. |
Oops, something went wrong.