NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

Is there an ExportPolicyGet function? #113

Closed keontang closed 6 years ago

keontang commented 6 years ago

I just only found ExportPolicyCreate func. If an ExportPolicy exists, I call ExportPolicyCreate, what will i get, an error?

keontang commented 6 years ago

And I cann't find: export-rule-destroy.go, export-rule-get.go, export-policy-destroy.go, export-policy-get.go

clintonk commented 6 years ago

Hello, keontang. The netappdvp code only contains Go bindings for ONTAP APIs that it needs. It isn't meant as a general purpose SDK, sorry!

keontang commented 6 years ago

Because i want to use these apis to do policies in my program @clintonk