mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-10-21 15:30:24 +00:00
This fix changes type type for NoK8sNetworkError due to error handling, in #45. Currently NoK8sNetworkError is not pointer type, just a string, hence we never get *NoK8sNetworkError. This fix changes it based @One-ders patch.