We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a495a98 commit f702e33Copy full SHA for f702e33
internal/kubernetes/kubernetes.go
@@ -33,7 +33,7 @@ import (
33
corev1 "k8s.io/api/core/v1"
34
"k8s.io/apimachinery/pkg/runtime/schema"
35
"k8s.io/apimachinery/pkg/runtime/serializer"
36
- "k8s.io/cli-runtime/pkg/genericclioptions"
+ "k8s.io/cli-runtime/pkg/genericiooptions"
37
"k8s.io/client-go/rest"
38
"k8s.io/client-go/tools/remotecommand"
39
"k8s.io/kubectl/pkg/cmd/exec"
@@ -89,7 +89,7 @@ func ExecuteCommandRaw(
89
ContainerName: container,
90
Stdin: stdin != nil,
91
TTY: isTty,
92
- IOStreams: genericclioptions.IOStreams{
+ IOStreams: genericiooptions.IOStreams{
93
In: stdin,
94
Out: stdout,
95
ErrOut: stderr,
0 commit comments