(opts metav1.ListOptions)
| 37 | Get(name string, options metav1.GetOptions, subresources ...string) (*unstructured.Unstructured, error) |
| 38 | List(opts metav1.ListOptions) (*unstructured.UnstructuredList, error) |
| 39 | Watch(opts metav1.ListOptions) (watch.Interface, error) |
| 40 | Patch(name string, pt types.PatchType, data []byte, options metav1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error) |
| 41 | } |
| 42 |
no outgoing calls