MCPcopy
hub / github.com/kubernetes/kops / Join

Method Join

util/pkg/vfs/vfs.go:47–47  ·  view source on GitHub ↗
(relativePath ...string)

Source from the content-addressed store, hash-verified

45type Path interface {
46 io.WriterTo
47 Join(relativePath ...string) Path
48
49 // ReadFile returns the contents of the file, or an error if the file could not be read.
50 // If the file did not exist, err = os.ErrNotExist

Callers 15

RunMethod · 0.95
buildBucketInfoMethod · 0.65
GetBucketMethod · 0.65
CreateBucketMethod · 0.65
buildObjectInfoMethod · 0.65
pathForKeyMethod · 0.65
PutObjectMethod · 0.65
attributeValueAsStringFunction · 0.65
runJaegerFunction · 0.65
SecretStoreMethod · 0.65
pkiPathMethod · 0.65
DeleteClusterMethod · 0.65

Implementers 9

AssetPathupup/models/vfs.go
MemFSPathutil/pkg/vfs/memfs.go
SwiftPathutil/pkg/vfs/swiftfs.go
KubernetesPathutil/pkg/vfs/k8sfs.go
S3Pathutil/pkg/vfs/s3fs.go
AzureBlobPathutil/pkg/vfs/azureblob.go
SSHPathutil/pkg/vfs/sshfs.go
GSPathutil/pkg/vfs/gsfs.go
FSPathutil/pkg/vfs/fs.go

Calls

no outgoing calls

Tested by 15

TestRemapEmptySectionFunction · 0.52
RunGoldenTestFunction · 0.52
TestWriteFileFunction · 0.52
TestKeypairDepsFunction · 0.52
TestBindMountCommandsFunction · 0.52
StringMethod · 0.52
CombinedOutputMethod · 0.52