Versions in this module Expand all Collapse all v0 v0.31.0 Apr 13, 2026 Changes in this version + type DeleterWithResults interface + DeleteCollectionWithResult func(ctx context.Context, options metav1.DeleteOptions, ...) (*unstructured.UnstructuredList, error) + DeleteWithResult func(ctx context.Context, name string, options metav1.DeleteOptions, ...) (*unstructured.Unstructured, int, error) + func NewDeleterWithResults(delegate dynamic.ResourceInterface) (DeleterWithResults, error) + type DynamicRawDeleter interface + type RawDeleter interface + RawDelete func(ctx context.Context, name string, opts metav1.DeleteOptions, ...) ([]byte, int, error) + RawDeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) ([]byte, int, error)