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)
| 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. |
no outgoing calls