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

Function getStackConfigs

cli/command/stack/common.go:64–66  ·  view source on GitHub ↗
(ctx context.Context, apiclient client.APIClient, namespace string)

Source from the content-addressed store, hash-verified

62}
63
64func getStackConfigs(ctx context.Context, apiclient client.APIClient, namespace string) (client.ConfigListResult, error) {
65 return apiclient.ConfigList(ctx, client.ConfigListOptions{Filters: getStackFilter(namespace)})
66}
67
68func getStackTasks(ctx context.Context, apiclient client.APIClient, namespace string) (client.TaskListResult, error) {
69 return apiclient.TaskList(ctx, client.TaskListOptions{Filters: getStackFilter(namespace)})

Callers 1

runRemoveFunction · 0.85

Calls 2

getStackFilterFunction · 0.85
ConfigListMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…