MCPcopy
hub / github.com/helm/helm / Update

Method Update

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

Update updates one or more resources or creates the resource if it doesn't exist.

(original, target ResourceList, options ...ClientUpdateOption)

Source from the content-addressed store, hash-verified

45 // Update updates one or more resources or creates the resource
46 // if it doesn't exist.
47 Update(original, target ResourceList, options ...ClientUpdateOption) (*Result, error)
48
49 // Build creates a resource list from a Reader.
50 //

Callers 14

RunMethod · 0.65
UpdateMethod · 0.65
UpdateMethod · 0.65
TestList_StateMaskFunction · 0.65
RunMethod · 0.65
performInstallMethod · 0.65
recordReleaseMethod · 0.65
RunWithContextMethod · 0.65
releasingUpgradeMethod · 0.65
recordReleaseMethod · 0.65
RunMethod · 0.65
performRollbackMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestList_StateMaskFunction · 0.52
TestUpdateFunction · 0.52