Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/kubectl
/ Join
Method
Join
pkg/cmd/cp/filespec.go:63–65 ·
view source on GitHub ↗
(elem pathSpec)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(p localPath) Join(elem pathSpec) localPath {
64
return
newLocalPath(filepath.Join(p.file, elem.String()))
65
}
66
67
func
(p localPath) Glob() (matches []string, err error) {
68
return
filepath.Glob(p.file)
Callers
15
MakeLabels
Function · 0.45
Warnings
Method · 0.45
errors
Method · 0.45
TestFileServing
Function · 0.45
TestAPIRequests
Function · 0.45
validation_test.go
File · 0.45
HandlePluginCommand
Function · 0.45
TestListPlugins
Function · 0.45
pluginCompletion
Function · 0.45
ListPlugins
Method · 0.45
copyToPod
Method · 0.45
recursiveTar
Function · 0.45
Calls
2
newLocalPath
Function · 0.85
String
Method · 0.65
Tested by
15
TestFileServing
Function · 0.36
TestAPIRequests
Function · 0.36
TestListPlugins
Function · 0.36
TestCopyToPod
Function · 0.36
TestCopyFromPod
Function · 0.36
TestWhoAmIRun
Function · 0.36
isFor
Method · 0.36
isFor
Method · 0.36
TestSetupOutputWriterFile
Function · 0.36
TestDiffVersion
Function · 0.36
TestDiffer
Function · 0.36
TestShowManagedFields
Function · 0.36