(ctx context.Context, options client.NodeListOptions)
| 434 | } |
| 435 | |
| 436 | func (d *DryRunClient) NodeList(ctx context.Context, options client.NodeListOptions) (client.NodeListResult, error) { |
| 437 | return d.apiClient.NodeList(ctx, options) |
| 438 | } |
| 439 | |
| 440 | func (d *DryRunClient) NodeRemove(ctx context.Context, nodeID string, options client.NodeRemoveOptions) (client.NodeRemoveResult, error) { |
| 441 | return d.apiClient.NodeRemove(ctx, nodeID, options) |
nothing calls this directly
no outgoing calls
no test coverage detected