component

package
v0.0.0-...-81a8576 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(mgr ctrl.Manager) error

Types

type ComponentHandler

type ComponentHandler struct {
	Component  *coreconureiov1alpha1.Component
	Reconciler *ComponentReconciler
	Ctx        context.Context
	Logger     logr.Logger
}

func NewApplicationHandler

func NewApplicationHandler(ctx context.Context, component *coreconureiov1alpha1.Component, reconciler *ComponentReconciler) (*ComponentHandler, error)

func (*ComponentHandler) CompareWorkflow

func (a *ComponentHandler) CompareWorkflow(componentTemplate *module.Manager) error

func (*ComponentHandler) ReconcileComponent

func (a *ComponentHandler) ReconcileComponent() error

type ComponentReconciler

type ComponentReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

func (*ComponentReconciler) Reconcile

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

func (*ComponentReconciler) SetupWithManager

func (r *ComponentReconciler) 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