MCPcopy Create free account
hub / github.com/devspace-sh/devspace / key

Function key

pkg/devspace/kubectl/selector/selector.go:215–217  ·  view source on GitHub ↗
(namespace string, pod string, container string)

Source from the content-addressed store, hash-verified

213}
214
215func key(namespace string, pod string, container string) string {
216 return namespace + "/" + pod + "/" + container
217}
218
219func byPodName(ctx context.Context, client kubectl.Client, namespace string, name string, containerName string, skipContainer FilterContainer, skipInit bool) ([]*SelectedPodContainer, error) {
220 if name == "" {

Callers 4

deduplicateFunction · 0.70
PodsFromPodContainerFunction · 0.70
containsPodFunction · 0.70
containsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected