Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleterWithResults ¶
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 ¶
func NewDeleterWithResults(delegate dynamic.ResourceInterface) (DeleterWithResults, error)
type DynamicRawDeleter ¶
type DynamicRawDeleter interface {
dynamic.ResourceInterface
RawDeleter
}
type RawDeleter ¶
Click to show internal directories.
Click to hide internal directories.