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

Struct filter

pkg/devspace/kubectl/selector/selector.go:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type filter struct {
114 client kubectl.Client
115
116 sortContainers SortContainers
117}
118
119func NewFilter(client kubectl.Client) Filter {
120 return &filter{

Callers 1

findTargetBySelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected