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 f60c0af commit 48ee18bCopy full SHA for 48ee18b
staging/src/k8s.io/kubectl/pkg/cmd/plugin/plugin.go
@@ -169,7 +169,6 @@ func (o *PluginListOptions) Run() error {
169
}
170
171
if len(pluginErrors) > 0 {
172
- fmt.Fprintln(o.ErrOut)
173
errs := bytes.NewBuffer(nil)
174
for _, e := range pluginErrors {
175
fmt.Fprintln(errs, e)
staging/src/k8s.io/kubectl/pkg/cmd/plugin/plugin_test.go
@@ -108,7 +108,6 @@ func TestPluginPathsAreValid(t *testing.T) {
108
return ioutil.TempFile(tempDir, "notkubectl-")
109
},
110
expectErr: "unable to find any kubectl plugins in your PATH",
111
- expectErrOut: "\n",
112
113
{
114
name: "ensure de-duplicated plugin-paths slice",
0 commit comments