Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleterWithResults ¶ added in v0.10.0
type DeleterWithResults interface { DeleteWithResult(ctx context.Context, name string, options metav1.DeleteOptions, subresources ...string) (*unstructured.Unstructured, int, error) DeleteCollectionWithResult(ctx context.Context, options metav1.DeleteOptions, listOptions metav1.ListOptions) (*unstructured.UnstructuredList, error) }
func NewDeleterWithResults ¶ added in v0.10.0
func NewDeleterWithResults(delegate dynamic.ResourceInterface) (DeleterWithResults, error)
type DynamicRawDeleter ¶ added in v0.10.0
type DynamicRawDeleter interface { dynamic.ResourceInterface RawDeleter }
type RawDeleter ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.