Skip to content

Commit f702e33

Browse files
committed
Remove the deprecated genericclioption
1 parent a495a98 commit f702e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kubernetes/kubernetes.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
corev1 "k8s.io/api/core/v1"
3434
"k8s.io/apimachinery/pkg/runtime/schema"
3535
"k8s.io/apimachinery/pkg/runtime/serializer"
36-
"k8s.io/cli-runtime/pkg/genericclioptions"
36+
"k8s.io/cli-runtime/pkg/genericiooptions"
3737
"k8s.io/client-go/rest"
3838
"k8s.io/client-go/tools/remotecommand"
3939
"k8s.io/kubectl/pkg/cmd/exec"
@@ -89,7 +89,7 @@ func ExecuteCommandRaw(
8989
ContainerName: container,
9090
Stdin: stdin != nil,
9191
TTY: isTty,
92-
IOStreams: genericclioptions.IOStreams{
92+
IOStreams: genericiooptions.IOStreams{
9393
In: stdin,
9494
Out: stdout,
9595
ErrOut: stderr,

0 commit comments

Comments
 (0)