resourcevisibility

package
v0.0.0-...-43dbc5b Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OnEvict

func OnEvict(key string, _ []byte)

Types

type IngressReconciler

type IngressReconciler struct {
	client.Client
	injectablerecorder.InjectableRecorder
	// contains filtered or unexported fields
}

func NewIngressReconciler

func NewIngressReconciler(client client.Client, otterizeCloudClient cloudclient.CloudClient) *IngressReconciler

func (*IngressReconciler) InjectRecorder

func (r *IngressReconciler) InjectRecorder(recorder record.EventRecorder)

func (*IngressReconciler) Reconcile

func (r *IngressReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*IngressReconciler) SetupWithManager

func (r *IngressReconciler) SetupWithManager(mgr ctrl.Manager) error

type KubeFinder

type KubeFinder interface {
	ResolveOtterizeIdentityForService(ctx context.Context, service *corev1.Service, now time.Time) (model.OtterizeServiceIdentity, bool, error)
}

type ServiceReconciler

type ServiceReconciler struct {
	client.Client
	injectablerecorder.InjectableRecorder
	// contains filtered or unexported fields
}

func NewServiceReconciler

func NewServiceReconciler(client client.Client, otterizeCloudClient cloudclient.CloudClient, kubeFinder KubeFinder) *ServiceReconciler

func (*ServiceReconciler) InjectRecorder

func (r *ServiceReconciler) InjectRecorder(recorder record.EventRecorder)

func (*ServiceReconciler) Reconcile

func (r *ServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*ServiceReconciler) SetupWithManager

func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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