MCPcopy Index your code
hub / github.com/docker/cli / getStackFilter

Function getStackFilter

cli/command/stack/common.go:38–40  ·  view source on GitHub ↗
(namespace string)

Source from the content-addressed store, hash-verified

36}
37
38func getStackFilter(namespace string) client.Filters {
39 return make(client.Filters).Add("label", convert.LabelNamespace+"="+namespace)
40}
41
42func getStackFilterFromOpt(namespace string, opt opts.FilterOpt) client.Filters {
43 filter := opt.Value()

Callers 5

getStackServicesFunction · 0.85
getStackNetworksFunction · 0.85
getStackSecretsFunction · 0.85
getStackConfigsFunction · 0.85
getStackTasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…