Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubesphere/kubekey
/ Read
Method
Read
pkg/variable/source/source.go:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
// Source is the source from which config is loaded.
30
type
Source
interface
{
31
Read() (
map
[string]
map
[string]any, error)
32
Write(data
map
[string]any, host string) error
33
}
Callers
1
New
Function · 0.65
Implementers
2
fileSource
pkg/variable/source/file.go
memorySource
pkg/variable/source/memory.go
Calls
no outgoing calls
Tested by
no test coverage detected