Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kops Compatibility #1: Set RecordType at source #248

Merged
merged 2 commits into from
Aug 25, 2017

Conversation

sethpollack
Copy link
Contributor

  • Use constants for RecordType's
  • Set RecordType in the sources
  • Remove ALIAS type (This is only used to determine if we should create an AliasTarget for the AWS provider and should be internal to the AWS provider. Also when we add multiple-target support we will group records by DNSName/RecordType, so we need to convert the RecordType back to a CNAME in order to properly compare current vs desired. Additionally AliasTarget only supports single targets, so when we switch to multiple-targets we will need to determine based on the target count as well.)

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 27, 2017
@mikkeloscar
Copy link
Contributor

lgtm

@ideahitme
Copy link

@sethpollack could you please rebase this PR on master, and then we can get it merged :)

@linki linki merged commit f14a953 into kubernetes-sigs:master Aug 25, 2017
@linki
Copy link
Member

linki commented Aug 25, 2017

@sethpollack Thanks a lot!

@linki
Copy link
Member

linki commented Oct 13, 2017

@sethpollack Just went through this PR again and noticed again how great it is, thanks 😃

@sethpollack
Copy link
Contributor Author

Thanks

ffledgling pushed a commit to ffledgling/external-dns that referenced this pull request Jan 18, 2018
* set RecordType at source

* add comments for linting
lou-lan pushed a commit to lou-lan/external-dns that referenced this pull request May 11, 2022
* Add code pattern test to ensure glog is not used in tests

* Use t.Log instead of glog in tests

* Search for the actual function and not for the import when checking code patterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants