controllers

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type MicroFrontendClassReconciler

type MicroFrontendClassReconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Recorder   record.EventRecorder
	Repository repository.PolyfeaRepository[*polyfeav1alpha1.MicroFrontendClass]
	// contains filtered or unexported fields
}

MicroFrontendClassReconciler reconciles a MicroFrontendClass object

func (*MicroFrontendClassReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

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
	Recorder   record.EventRecorder
	Repository repository.PolyfeaRepository[*polyfeav1alpha1.MicroFrontend]
}

MicroFrontendReconciler reconciles a MicroFrontend object

func (*MicroFrontendReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

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
	Recorder   record.EventRecorder
	Repository repository.PolyfeaRepository[*polyfeav1alpha1.WebComponent]
}

WebComponentReconciler reconciles a WebComponent object

func (*WebComponentReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

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