libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

Add Filters to DO Images

Open ccrvlh opened this issue 3 years ago • 0 comments

Adds a private and tag filter to DigitalOcean Images

Description

DigitalOcean accepts both tag_name and private parameters to filter images and Nodes. This PR adds these parameters using the ex_* convention. https://docs.digitalocean.com/reference/api/api-reference/#tag/Images Closes #1737

Status

  • done, ready for review

Checklist (tick everything that applies)

  • [x] Code linting (required, can be done after the PR checks)
  • [ ] Documentation
  • [x] Tests
  • [ ] ICLA (required for bigger changes)

Others

First contribution, will keep it as a Draft for now.

ccrvlh avatar Aug 14 '22 23:08 ccrvlh