Documentation
¶
Index ¶
Constants ¶
View Source
const ( PortName = "webserver" DefaultFrontendClassName = "polyfea-controller-default" )
View Source
const ( 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
Repository repository.Repository[*polyfeav1alpha1.MicroFrontendClass]
}
MicroFrontendClassReconciler reconciles a MicroFrontendClass object.
func (*MicroFrontendClassReconciler) Reconcile ¶
func (r *MicroFrontendClassReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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) SetupWithManager ¶
func (r *WebComponentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.