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

support get RecordSet by name and type #55

Closed
6 tasks done
codefromthecrypt opened this issue Mar 6, 2013 · 0 comments
Closed
6 tasks done

support get RecordSet by name and type #55

codefromthecrypt opened this issue Mar 6, 2013 · 0 comments

Comments

@codefromthecrypt
Copy link
Contributor

while nice to be able to dump the entire zone via list(), we should be able to retrieve a single RecordSet uniformly.

Optional<ResourceRecordSet<?>> getByNameAndType(String name, String type) can avail this.

Tasks:

  • implement Optional<ResourceRecordSet<?>> getByNameAndType(String name, String type)
  • implement replace in mock
  • implement replace in ultradns
  • implement replace in route53
  • implement replace in dynect
  • get record using kwargs. ex. denominator record -z foo.com get --name hostname.foo.com --type A
codefromthecrypt pushed a commit that referenced this issue Mar 6, 2013
issue #55: base tests and mock implementation for get ResourceRecordSet
codefromthecrypt pushed a commit that referenced this issue Mar 6, 2013
issue #55: route53 implementation of get ResourceRecordSet
codefromthecrypt pushed a commit that referenced this issue Mar 6, 2013
issue #55: dynect implementation of get ResourceRecordSet
codefromthecrypt pushed a commit that referenced this issue Mar 6, 2013
issue #55: add get rrset by name and type command to cli
codefromthecrypt pushed a commit that referenced this issue Mar 6, 2013
issue #55: ultradns implementation of get ResourceRecordSet
jdamick added a commit to jdamick/denominator that referenced this issue Mar 6, 2013
Also find default ttl before creating or updating and existing record set
jdamick added a commit to jdamick/denominator that referenced this issue Mar 6, 2013
jdamick added a commit to jdamick/denominator that referenced this issue Mar 8, 2013
Included support for adding records to a round-robin pool if they can be in there (A or AAAA)
fixed issue in the iterator
Temporarily changed expected values for the mocks as we are using the full list for now until the api is updated.
Search for pools by name and type - Temporarily storing type in the pool description
Updated to use jclouds snapshot 1.6
codefromthecrypt pushed a commit that referenced this issue Mar 8, 2013
issue #55: ultradns add,remove,replace - still lacking mock tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant