mirror of
https://github.com/helm/helm.git
synced 2026-02-20 00:13:02 -05:00
* Runtime abstraction to encapsulate subprocess code and enable future runtimes Also fix race condition in TestPrepareCommandExtraArgs by replacing the shared variable modification with a local copy Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com> * Remove commented out code Co-authored-by: Joe Julian <me@joejulian.name> Signed-off-by: Scott Rigby <scott@r6by.com> * Check test failure string Co-authored-by: Jesse Simpson <jesse.simpson36@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com> --------- Signed-off-by: Scott Rigby <scott@r6by.com> Co-authored-by: George Jenkins <gvjenkins@gmail.com> Co-authored-by: Joe Julian <me@joejulian.name> Co-authored-by: Jesse Simpson <jesse.simpson36@gmail.com> |
||
|---|---|---|
| .. | ||
| cache | ||
| installer | ||
| schema | ||
| testdata/plugdir | ||
| config.go | ||
| descriptor.go | ||
| doc.go | ||
| error.go | ||
| loader.go | ||
| loader_test.go | ||
| metadata.go | ||
| metadata_legacy.go | ||
| metadata_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| runtime.go | ||
| runtime_subprocess.go | ||
| runtime_subprocess_getter.go | ||
| runtime_subprocess_hooks.go | ||
| runtime_subprocess_test.go | ||
| subprocess_commands.go | ||
| subprocess_commands_test.go | ||