integration

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// The key used for propagating error details from Camel health to MicroProfile Health
	// (See CAMEL-17138).
	HealthCheckErrorMessage = "error.message"
)

Variables

View Source
var Log = log.Log.WithName("controller").WithName("integration")

Log --.

Functions

func Add

func Add(ctx context.Context, mgr manager.Manager, c client.Client) error

func NewHealthCheck

func NewHealthCheck(body []byte) (*v1.HealthCheck, error)

Types

type Action

type Action interface {
	client.Injectable
	log.Injectable

	// a user friendly name for the action
	Name() string

	// returns true if the action can handle the integration
	CanHandle(integration *v1.Integration) bool

	// executes the handling function
	Handle(ctx context.Context, integration *v1.Integration) (*v1.Integration, error)
}

Action --.

func NewInitializeAction

func NewInitializeAction() Action

NewInitializeAction creates a new initialize action.

func NewMonitorAction

func NewMonitorAction() Action

NewMonitorAction is an action used to monitor manager Integrations.

func NewMonitorSyntheticAction added in v2.3.0

func NewMonitorSyntheticAction() Action

NewMonitorSyntheticAction is an action used to monitor synthetic Integrations.

func NewPlatformSetupAction

func NewPlatformSetupAction() Action

NewPlatformSetupAction creates a new platform-setup action.

type StatusChangedPredicate

type StatusChangedPredicate struct {
	predicate.Funcs
}

StatusChangedPredicate implements a generic update predicate function on status change.

func (StatusChangedPredicate) Update

Update implements default UpdateEvent filter for validating status change.

Jump to

Keyboard shortcuts

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