Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/kubectl
/ Error
Method
Error
pkg/cmd/plugin/plugin_test.go:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
func
(d *duplicatePathError) Error() string {
216
return
fmt.Sprintf(
"path %q already visited"
, d.path)
217
}
218
219
type
fakePluginPathVerifier
struct
{
220
errors []error
Callers
15
TestKubectlSubcommandShadowPlugin
Function · 0.45
TestKubectlCommandHandlesPlugins
Function · 0.45
consumeWithRetry
Method · 0.45
TestLog
Function · 0.45
TestValidateLogOptions
Function · 0.45
TestLogComplete
Function · 0.45
TestDefaultConsumeRequest
Function · 0.45
TestNoPodInNamespaceFoundMessage
Function · 0.45
TestBashCompletions
Function · 0.45
TestPluginPathsAreValid
Function · 0.45
TestTarUntar
Function · 0.45
TestTarUntarWrongPrefix
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected