Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + func ConfigFor(inConfig *rest.Config) *rest.Config + func LegacyAPIPathResolverFunc(kind schema.GroupVersionKind) string + type APIPathResolverFunc func(kind schema.GroupVersionKind) string + type Interface interface + Resource func(resource schema.GroupVersionResource) NamespaceableResourceInterface + func NewForConfig(inConfig *rest.Config) (Interface, error) + func NewForConfigOrDie(c *rest.Config) Interface + type NamespaceableResourceInterface interface + Namespace func(string) ResourceInterface + type ResourceInterface interface + Create func(obj *unstructured.Unstructured, options metav1.CreateOptions, ...) (*unstructured.Unstructured, error) + Delete func(name string, options *metav1.DeleteOptions, subresources ...string) error + DeleteCollection func(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error + Get func(name string, options metav1.GetOptions, subresources ...string) (*unstructured.Unstructured, error) + List func(opts metav1.ListOptions) (*unstructured.UnstructuredList, error) + Patch func(name string, pt types.PatchType, data []byte, options metav1.PatchOptions, ...) (*unstructured.Unstructured, error) + Update func(obj *unstructured.Unstructured, options metav1.UpdateOptions, ...) (*unstructured.Unstructured, error) + UpdateStatus func(obj *unstructured.Unstructured, options metav1.UpdateOptions) (*unstructured.Unstructured, error) + Watch func(opts metav1.ListOptions) (watch.Interface, error)