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

Method NodeList

cli/command/stack/client_test.go:117–122  ·  view source on GitHub ↗
(_ context.Context, options client.NodeListOptions)

Source from the content-addressed store, hash-verified

115}
116
117func (cli *fakeClient) NodeList(_ context.Context, options client.NodeListOptions) (client.NodeListResult, error) {
118 if cli.nodeListFunc != nil {
119 return cli.nodeListFunc(options)
120 }
121 return client.NodeListResult{}, nil
122}
123
124func (cli *fakeClient) NodeInspect(_ context.Context, ref string, _ client.NodeInspectOptions) (client.NodeInspectResult, error) {
125 if cli.nodeInspectFunc != nil {

Callers 1

RootRotationProgressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected