controller

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OperatorServiceSelectorName  = "app"
	OperatorServiceSelectorValue = "polyfea-webserver"
)
View Source
const (
	PortName = "webserver"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MicroFrontendClassReconciler

type MicroFrontendClassReconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Repository repository.Repository[*polyfeav1alpha1.MicroFrontendClass]
}

MicroFrontendClassReconciler reconciles a MicroFrontendClass object.

func (*MicroFrontendClassReconciler) Reconcile

Reconcile moves the current state of the cluster closer to the desired state.

func (*MicroFrontendClassReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type MicroFrontendReconciler

type MicroFrontendReconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Repository repository.Repository[*polyfeav1alpha1.MicroFrontend]
}

MicroFrontendReconciler reconciles a MicroFrontend object.

func (*MicroFrontendReconciler) Reconcile

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

Reconcile moves the current state of the cluster closer to the desired state.

func (*MicroFrontendReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type WebComponentReconciler

type WebComponentReconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Repository repository.Repository[*polyfeav1alpha1.WebComponent]
}

WebComponentReconciler reconciles a WebComponent object

func (*WebComponentReconciler) Reconcile

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

func (*WebComponentReconciler) SetupWithManager

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