circuitbreaker

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type BreakerPredicate

type BreakerPredicate struct {
}

func (*BreakerPredicate) Create

Create returns true if the Create event should be processed

func (*BreakerPredicate) Delete

func (b *BreakerPredicate) Delete(e event.DeleteEvent) bool

Delete returns true if the Delete event should be processed

func (*BreakerPredicate) Generic

Generic returns true if the Generic event should be processed

func (*BreakerPredicate) Update

func (b *BreakerPredicate) Update(e event.UpdateEvent) bool

Update returns true if the Update event should be processed

type CircuitBreakerReconciler

type CircuitBreakerReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

CircuitBreakerReconciler reconciles a CircuitBreaker object

func (*CircuitBreakerReconciler) InjectClient

func (r *CircuitBreakerReconciler) InjectClient(c client.Client) error

func (*CircuitBreakerReconciler) Reconcile

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

func (*CircuitBreakerReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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