integrationplatform

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: Apache-2.0 Imports: 29 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

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

Log --

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new IntegrationPlatform Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

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 platform
	CanHandle(platform *v1.IntegrationPlatform) bool

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

Action --

func NewCreateAction

func NewCreateAction() Action

NewCreateAction returns a action that creates resources needed by the platform

func NewInitializeAction

func NewInitializeAction() Action

NewInitializeAction returns a action that initializes the platform configuration when not provided by the user

func NewMonitorAction

func NewMonitorAction() Action

NewMonitorAction returns an action that monitors the integration platform after it's fully initialized

func NewWarmAction

func NewWarmAction() Action

NewWarmAction returns a action that creates resources needed by the platform

type ReconcileIntegrationPlatform

type ReconcileIntegrationPlatform struct {
	// contains filtered or unexported fields
}

ReconcileIntegrationPlatform reconciles a IntegrationPlatform object

func (*ReconcileIntegrationPlatform) Reconcile

Reconcile reads that state of the cluster for a IntegrationPlatform object and makes changes based on the state read and what is in the IntegrationPlatform.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

Jump to

Keyboard shortcuts

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