MCPcopy
hub / github.com/moby/moby / NodeList

Method NodeList

client/client_interfaces.go:157–157  ·  view source on GitHub ↗
(ctx context.Context, options NodeListOptions)

Source from the content-addressed store, hash-verified

155type NodeAPIClient interface {
156 NodeInspect(ctx context.Context, nodeID string, options NodeInspectOptions) (NodeInspectResult, error)
157 NodeList(ctx context.Context, options NodeListOptions) (NodeListResult, error)
158 NodeUpdate(ctx context.Context, nodeID string, options NodeUpdateOptions) (NodeUpdateResult, error)
159 NodeRemove(ctx context.Context, nodeID string, options NodeRemoveOptions) (NodeRemoveResult, error)
160}

Callers 6

TestNodeListErrorFunction · 0.65
TestNodeListFunction · 0.65
TestInspectNetworkFunction · 0.65
HasLeaderFunction · 0.65
ListNodesMethod · 0.65
CheckLeaderMethod · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 3

TestNodeListErrorFunction · 0.52
TestNodeListFunction · 0.52
TestInspectNetworkFunction · 0.52