MCPcopy Index your code
hub / github.com/helm/helm / Delete

Method Delete

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

Delete destroys one or more resources using the specified deletion propagation policy. The 'policy' parameter determines how child resources are handled during deletion.

(resources ResourceList, policy metav1.DeletionPropagation)

Source from the content-addressed store, hash-verified

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.
43 Delete(resources ResourceList, policy metav1.DeletionPropagation) (*Result, []error)
44
45 // Update updates one or more resources or creates the resource
46 // if it doesn't exist.

Callers 15

DeleteMethod · 0.65
purgeReleasesMethod · 0.65
deleteReleaseMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
deleteHookByPolicyMethod · 0.65
failReleaseMethod · 0.65
performRollbackMethod · 0.65
TestWaitDeleteFunction · 0.65
TestRealFunction · 0.65
TestStatusWaitForDeleteFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 8

DeleteMethod · 0.52
TestWaitDeleteFunction · 0.52
TestRealFunction · 0.52
TestStatusWaitForDeleteFunction · 0.52