MCPcopy Create free account
hub / github.com/docker/cli / GetTLSData

Method GetTLSData

cli/context/store/store.go:36–36  ·  view source on GitHub ↗
(contextName, endpointName, fileName string)

Source from the content-addressed store, hash-verified

34 GetMetadata(name string) (Metadata, error)
35 ListTLSFiles(name string) (map[string]EndpointFiles, error)
36 GetTLSData(contextName, endpointName, fileName string) ([]byte, error)
37}
38
39// Lister provides listing of contexts

Callers 6

GetTLSDataMethod · 0.65
TestExportDefaultImportFunction · 0.65
TestErrTLSDataErrorFunction · 0.65
LoadTLSDataFunction · 0.65
ExportFunction · 0.65
TestExportImportFunction · 0.65

Implementers 2

ContextStoreWithDefaultcli/command/defaultcontextstore.go
ContextStorecli/context/store/store.go

Calls

no outgoing calls

Tested by 3

TestExportDefaultImportFunction · 0.52
TestErrTLSDataErrorFunction · 0.52
TestExportImportFunction · 0.52