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

Method SelectContainers

pkg/devspace/kubectl/selector/selector.go:110–110  ·  view source on GitHub ↗
(ctx context.Context, selectors ...Selector)

Source from the content-addressed store, hash-verified

108
109type Filter interface {
110 SelectContainers(ctx context.Context, selectors ...Selector) ([]*SelectedPodContainer, error)
111}
112
113type filter struct {

Callers 3

selectSingleContainerMethod · 0.65
selectSinglePodMethod · 0.65
executeMethod · 0.65

Implementers 1

filterpkg/devspace/kubectl/selector/selector

Calls

no outgoing calls

Tested by

no test coverage detected