Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubeedge/kubeedge
/ New
Function
New
edge/pkg/metamanager/client/metaclient.go:102–106 ·
view source on GitHub ↗
New creates new metaclient
()
Source
from the content-addressed store, hash-verified
100
101
// New creates new metaclient
102
func
New() CoreInterface {
103
return
&metaClient{
104
send: newSend(),
105
}
106
}
107
108
// SendInterface is to sync interface
109
type
SendInterface
interface
{
Callers
8
TestNewSimpleClientset
Function · 0.92
TestCoreV1
Function · 0.92
TestStorageV1
Function · 0.92
TestCoordinationV1
Function · 0.92
TestVolumeAttachments
Function · 0.92
buildAuth
Function · 0.92
NewSimpleClientset
Function · 0.92
TestNew
Function · 0.70
Calls
1
newSend
Function · 0.85
Tested by
6
TestNewSimpleClientset
Function · 0.74
TestCoreV1
Function · 0.74
TestStorageV1
Function · 0.74
TestCoordinationV1
Function · 0.74
TestVolumeAttachments
Function · 0.74
TestNew
Function · 0.56