MCPcopy Create free account
hub / github.com/docker/compose / NodeInspect

Method NodeInspect

pkg/dryrun/dryrunclient.go:432–434  ·  view source on GitHub ↗
(ctx context.Context, nodeID string, options client.NodeInspectOptions)

Source from the content-addressed store, hash-verified

430}
431
432func (d *DryRunClient) NodeInspect(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error) {
433 return d.apiClient.NodeInspect(ctx, nodeID, options)
434}
435
436func (d *DryRunClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error) {
437 return d.apiClient.NodeList(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected