serviceupdate

package
v1.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2023 License: UPL-1.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceHandler

type ResourceHandler interface {
	Reconcile(ctx context.Context, service *corev1.Service, namespaceInjectionLabel string) error
	FetchNamespaceInjectionLabel(ctx context.Context, req ctrl.Request, namespaceInjectionLabel *string) (bool, error)
	FetchService(ctx context.Context, namespacedName types.NamespacedName) (*corev1.Service, error)
}

func NewDefaultResourceHandler

func NewDefaultResourceHandler(
	k8sClient client.Client,
	log loggerutil.OSOKLogger,
	clientSet kubernetes.Interface) ResourceHandler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL