MCPcopy
hub / github.com/helm/helm / SubprocessPluginRuntime

Struct SubprocessPluginRuntime

internal/plugin/runtime_subprocess.go:82–87  ·  view source on GitHub ↗

SubprocessPluginRuntime implements the Plugin interface for subprocess execution

Source from the content-addressed store, hash-verified

80
81// SubprocessPluginRuntime implements the Plugin interface for subprocess execution
82type SubprocessPluginRuntime struct {
83 metadata Metadata
84 pluginDir string
85 RuntimeConfig RuntimeConfigSubprocess
86 EnvVars map[string]string
87}
88
89var _ Plugin = (*SubprocessPluginRuntime)(nil)
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected