MCPcopy
hub / github.com/helm/helm / Create

Method Create

pkg/kube/interface.go:39–39  ·  view source on GitHub ↗

Create creates one or more resources.

(resources ResourceList, options ...ClientCreateOption)

Source from the content-addressed store, hash-verified

37
38 // Create creates one or more resources.
39 Create(resources ResourceList, options ...ClientCreateOption) (*Result, error)
40
41 // Delete destroys one or more resources using the specified deletion propagation policy.
42 // The 'policy' parameter determines how child resources are handled during deletion.

Callers 15

TestHelmCreateChartFunction · 0.65
TestLoadInvalidArchiveFunction · 0.65
SaveFunction · 0.65
TestGetRunFunction · 0.65
TestHistoryRunFunction · 0.65
CreateMethod · 0.65
CreateMethod · 0.65
TestUpgradeRelease_WaitFunction · 0.65

Implementers 2

Clientpkg/kube/client.go
PrintingKubeClientpkg/kube/fake/printer.go

Calls

no outgoing calls