cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

Should we consider deprecating deprecated methods in cdi-rs? #2

Closed Apokleos closed 4 months ago

Apokleos commented 5 months ago

As cdi-go/registry.go says that the methods starting with Registry* are deprecated and will be removed in a future version.

Should we consider deprecating deprecated methods in cdi-rs? cc @zvonkok

zvonkok commented 5 months ago

Yes we should definitely deprecate them. I started on this but haven't finished it yet. So please go on and adjust to the new API

zvonkok commented 4 months ago

This is done, closing