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

Function ClientExec

test/e2e/util/exec.go:107–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func ClientExec() (*PodExec, error) {
108 podName, err := GetClientPodNameInWorker()
109 if err != nil {
110 return nil, err
111 }
112
113 return NewPodExec(DragonflyNamespace, podName, "client"), nil
114}
115
116func SeedClientExec(n int) (*PodExec, error) {
117 podName, err := GetSeedClientPodName(n)

Callers 6

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

Calls 2

GetClientPodNameInWorkerFunction · 0.85
NewPodExecFunction · 0.85

Tested by

no test coverage detected