Versions in this module Expand all Collapse all v2 v2.0.0 Dec 13, 2021 Changes in this version + func GetDynamicClientForAPIResource(context context.Context, resource *metav1.APIResource) (dynamic.NamespaceableResourceInterface, error) + func GetDynamicClientForGVK(context context.Context, gvk schema.GroupVersionKind) (dynamic.NamespaceableResourceInterface, bool, error) + func GetDynamicClientOnUnstructured(context context.Context, obj *unstructured.Unstructured) (dynamic.ResourceInterface, error) + func SetIndexField(context context.Context, cache cache.Cache, obj client.Object, path string) error Other modules containing this package github.com/redhat-cop/operator-utils