akshaykarle / go-mongodbatlas

A Go client library for the MongoDB Atlas API
GNU General Public License v3.0
16 stars 20 forks source link

Add DiskIOPS and EncryptEBS options for create cluster provider settings #6

Closed reybard closed 6 years ago

reybard commented 6 years ago

I am using this lib to help write a DB automation tool and found that we needed a couple of options that were not natively exposed. I added them in my fork and figured upstream could benefit.

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         305    305           
=====================================
  Hits          305    305
Impacted Files Coverage Δ
mongodbatlas/clusters.go 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 20ede87...8e52763. Read the comment docs.

akshaykarle commented 6 years ago

Thanks @jescochu :)