Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceDeleterInterface ¶
type ResourceDeleterInterface 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)
}
type ResourceInterface ¶
type ResourceInterface interface {
dynamic.ResourceInterface
ResourceDeleterInterface
}
Click to show internal directories.
Click to hide internal directories.