reconciler

package
v0.0.0-...-4b75dde Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReconcilerClient

func NewReconcilerClient(kubeClient kubernetes.Interface, apiServerClient clientset.Interface, meshName, osmVersion string, stop chan struct{}, selectInformers ...InformerKey) error

NewReconcilerClient implements a client to reconcile osm managed resources

Types

type InformerKey

type InformerKey string

InformerKey is a key used to identify an informer for a specific K8s kind.

const (
	// CrdInformerKey lookup identifier
	CrdInformerKey InformerKey = "CRDInformerKey"

	// MutatingWebhookInformerKey lookup identifier
	MutatingWebhookInformerKey InformerKey = "MutatingWebhookConfigInformerKey"

	// ValidatingWebhookInformerKey lookup identifier
	ValidatingWebhookInformerKey InformerKey = "ValidatingWebhookConfigInformerKey"
)

Jump to

Keyboard shortcuts

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