watch

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleIntegrationEvents

func HandleIntegrationEvents(ctx context.Context, c client.Client, integration *v1.Integration,
	handler func(event *corev1.Event) bool) error

HandleIntegrationEvents watches all events related to the given integration. This function blocks until the handler function returns true or either the events channel or the context is closed.

func HandleIntegrationPlatformEvents

func HandleIntegrationPlatformEvents(ctx context.Context, c client.Client, p *v1.IntegrationPlatform,
	handler func(event *corev1.Event) bool) error

HandleIntegrationPlatformEvents watches all events related to the given integration platform. This function blocks until the handler function returns true or either the events channel or the context is closed.

func HandleIntegrationStateChanges

func HandleIntegrationStateChanges(ctx context.Context, c client.Client, integration *v1.Integration,
	handler func(integration *v1.Integration) bool) (*v1.IntegrationPhase, error)

HandleIntegrationStateChanges watches an Integration resource and invoke the given handler when its status changes. This function blocks until the handler function returns true or either the events channel or the context is closed.

func HandlePlatformStateChanges

func HandlePlatformStateChanges(ctx context.Context, c client.Client, platform *v1.IntegrationPlatform, handler func(platform *v1.IntegrationPlatform) bool) error

HandlePlatformStateChanges watches a platform resource and invoke the given handler when its status changes. This function blocks until the handler function returns true or either the events channel or the context is closed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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