Versions in this module Expand all Collapse all v0 v0.3.0 May 20, 2026 v0.2.5 May 12, 2026 Changes in this version + type RunOptions struct + Command string + NodeName string + Timeout int + type RunResult struct + Stderr string + Stdout string + type Runtime interface + RunCommand func(ctx context.Context, opts *RunOptions) (*RunResult, error)