Netflix / denominator

Portably control DNS clouds using java or bash
Apache License 2.0
580 stars 110 forks source link

deprecate rrset.rdata in favor of the more intuitive rrset.records #203

Closed codefromthecrypt closed 11 years ago

codefromthecrypt commented 11 years ago

Particularly as the next version of denominator will have json and yaml representations, we need to ensure our field names are as intuitive as possible.

ResourceRecordSet.rdata() currently returns a list of, for example ip addresses. ResourceRecordSet.records() is more intuitive at the cost of being slightly less "spec correct"

Thanks @kiall for the idea.

cloudbees-pull-request-builder commented 11 years ago

denominator-pull-requests #274 SUCCESS This pull request looks good