MCPcopy
hub / github.com/dragonflyoss/dragonfly / SeedClientExec

Function SeedClientExec

test/e2e/util/exec.go:116–123  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

114}
115
116func SeedClientExec(n int) (*PodExec, error) {
117 podName, err := GetSeedClientPodName(n)
118 if err != nil {
119 return nil, err
120 }
121
122 return NewPodExec(DragonflyNamespace, podName, "seed-client"), nil
123}
124
125func ManagerExec(n int) (*PodExec, error) {
126 podName, err := GetManagerPodName(n)

Callers 8

rate_limit_test.goFile · 0.92
dfcache_test.goFile · 0.92
containerd_test.goFile · 0.92
proxy_test.goFile · 0.92
dfget_test.goFile · 0.92
task.goFile · 0.92
preheat.goFile · 0.92

Calls 2

GetSeedClientPodNameFunction · 0.85
NewPodExecFunction · 0.85

Tested by

no test coverage detected