(obj *unstructured.Unstructured, options metav1.UpdateOptions, subresources ...string)
| 31 | type ResourceInterface interface { |
| 32 | Create(obj *unstructured.Unstructured, options metav1.CreateOptions, subresources ...string) (*unstructured.Unstructured, error) |
| 33 | Update(obj *unstructured.Unstructured, options metav1.UpdateOptions, subresources ...string) (*unstructured.Unstructured, error) |
| 34 | UpdateStatus(obj *unstructured.Unstructured, options metav1.UpdateOptions) (*unstructured.Unstructured, error) |
| 35 | Delete(name string, options *metav1.DeleteOptions, subresources ...string) error |
| 36 | DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error |
no outgoing calls