(ctx context.Context, nodeID string, options client.NodeInspectOptions)
| 430 | } |
| 431 | |
| 432 | func (d *DryRunClient) NodeInspect(ctx context.Context, nodeID string, options client.NodeInspectOptions) (client.NodeInspectResult, error) { |
| 433 | return d.apiClient.NodeInspect(ctx, nodeID, options) |
| 434 | } |
| 435 | |
| 436 | func (d *DryRunClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error) { |
| 437 | return d.apiClient.NodeList(ctx, options) |
nothing calls this directly
no outgoing calls
no test coverage detected