Move errdefs to pkg/errdefs

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:54:45 -08:00
parent 70ed2696fa
commit 44a836c9b5
208 changed files with 205 additions and 205 deletions

View File

@@ -33,7 +33,7 @@ limitations under the License.
package bandwidth
import (
"github.com/containerd/containerd/v2/errdefs"
"github.com/containerd/containerd/v2/pkg/errdefs"
"k8s.io/apimachinery/pkg/api/resource"
)

View File

@@ -35,7 +35,7 @@ limitations under the License.
package bandwidth
import (
"github.com/containerd/containerd/v2/errdefs"
"github.com/containerd/containerd/v2/pkg/errdefs"
"k8s.io/apimachinery/pkg/api/resource"
)