aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/parse.go b/cmd/podman/parse.go
index 0d1a0b925..5e402890a 100644
--- a/cmd/podman/parse.go
+++ b/cmd/podman/parse.go
@@ -18,7 +18,7 @@ import (
units "github.com/docker/go-units"
"github.com/pkg/errors"
- pb "k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime"
+ pb "k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2"
)
// Note: for flags that are in the form <number><unit>, use the RAMInBytes function