Update pkg/kube/interface.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
pull/30980/head
George Jenkins 7 months ago committed by GitHub
parent b5de5b1591
commit b861de5696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,8 @@ type Interface interface {
// Create creates one or more resources.
Create(resources ResourceList, options ...ClientCreateOption) (*Result, error)
// Delete destroys one or more resources.
// Delete destroys one or more resources using the specified deletion propagation policy.
// The 'policy' parameter determines how child resources are handled during deletion.
Delete(resources ResourceList, policy metav1.DeletionPropagation) (*Result, []error)
// Update updates one or more resources or creates the resource

Loading…
Cancel
Save