MCPcopy Index your code
hub / github.com/devspace-sh/devspace / newTargetSelector

Function newTargetSelector

pkg/devspace/devpod/targetselector.go:21–28  ·  view source on GitHub ↗
(pod, namespace, defaultContainer string, parent *tomb.Tomb)

Source from the content-addressed store, hash-verified

19}
20
21func newTargetSelector(pod, namespace, defaultContainer string, parent *tomb.Tomb) targetselector.TargetSelector {
22 return &targetSelector{
23 pod: pod,
24 namespace: namespace,
25 defaultContainer: defaultContainer,
26 parent: parent,
27 }
28}
29
30type targetSelector struct {
31 pod string

Callers 4

startMethod · 0.85
startLogsMethod · 0.85
startAttachMethod · 0.85
startTerminalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected