Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2022 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(ctx context.Context, obj *unstructured.Unstructured, ...) (*unstructured.Unstructured, error) + Delete func(ctx context.Context, name string, options metav1.DeleteOptions, ...) (*unstructured.Unstructured, bool, error) + DeleteCollection func(ctx context.Context, options metav1.DeleteOptions, ...) (*unstructured.UnstructuredList, error) + Get func(ctx context.Context, name string, options metav1.GetOptions, ...) (*unstructured.Unstructured, error) + List func(ctx context.Context, opts metav1.ListOptions) (*unstructured.UnstructuredList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*unstructured.Unstructured, bool, error) + Update func(ctx context.Context, obj *unstructured.Unstructured, ...) (*unstructured.Unstructured, bool, error) + UpdateStatus func(ctx context.Context, obj *unstructured.Unstructured, ...) (*unstructured.Unstructured, error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)