Documentation ¶
Index ¶
Constants ¶
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 ¶
func (r *MicroFrontendClassReconciler) 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 (*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.