MCPcopy
hub / github.com/helm/helm / Run

Method Run

pkg/postrenderer/postrenderer.go:34–34  ·  view source on GitHub ↗

Run expects a single buffer filled with Helm rendered manifests. It expects the modified results to be returned on a separate buffer or an error if there was an issue or failure while running the post render step

(renderedManifests *bytes.Buffer)

Source from the content-addressed store, hash-verified

32 // expects the modified results to be returned on a separate buffer or an
33 // error if there was an issue or failure while running the post render step
34 Run(renderedManifests *bytes.Buffer) (modifiedManifests *bytes.Buffer, err error)
35}
36
37// NewPostRendererPlugin creates a PostRenderer that uses the plugin's Runtime

Callers 15

TestChartfileFunction · 0.65
TestValidateMetadataNameFunction · 0.65
TestValidateValuesFileFunction · 0.65
TestLoadValuesFunction · 0.65
TestDependencyEnabledFunction · 0.65
TestExpandErrorFunction · 0.65
TestSaveFunction · 0.65
TestRepeatableSaveFunction · 0.65
TestLoadArchiveFunction · 0.65
TestLoadArchiveFilesFunction · 0.65

Implementers 15

Pushpkg/action/push.go
Uninstallpkg/action/uninstall.go
Packagepkg/action/package.go
Lintpkg/action/lint.go
Statuspkg/action/status.go
GetMetadatapkg/action/get_metadata.go
Pullpkg/action/pull.go
mockPostRendererpkg/action/action_test.go
ReleaseTestingpkg/action/release_testing.go
Installpkg/action/install.go
Verifypkg/action/verify.go
Showpkg/action/show.go

Calls

no outgoing calls

Tested by 15

TestChartfileFunction · 0.52
TestValidateMetadataNameFunction · 0.52
TestValidateValuesFileFunction · 0.52
TestLoadValuesFunction · 0.52
TestDependencyEnabledFunction · 0.52
TestExpandErrorFunction · 0.52
TestSaveFunction · 0.52
TestRepeatableSaveFunction · 0.52
TestLoadArchiveFunction · 0.52
TestLoadArchiveFilesFunction · 0.52