Versions in this module Expand all Collapse all v1 v1.3.14 May 13, 2026 v1.3.13 Apr 17, 2026 Changes in this version + func IsRunningInCluster() bool + type Client interface + CreateSecret func(ctx context.Context, namespace string, secret *corev1.Secret) (*corev1.Secret, error) + GetClientset func() kubernetes.Interface + GetDiscoveryClient func() discovery.DiscoveryInterface + GetDynamicClient func() dynamic.Interface + GetSecret func(ctx context.Context, namespace, name string) (*corev1.Secret, error) + ListResources func(ctx context.Context, gvr schema.GroupVersionResource, namespace string) (*unstructured.UnstructuredList, error) + UpdateSecret func(ctx context.Context, namespace string, secret *corev1.Secret) (*corev1.Secret, error) + WatchResources func(ctx context.Context, gvr schema.GroupVersionResource, namespace string, ...) (watch.Interface, error) + func NewClient() (Client, error) + func NewClientFromClients(clientset kubernetes.Interface, dynamicClient dynamic.Interface) Client + func NewClientFromConfig(config *rest.Config) (Client, error)