Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimulationExperimentReconciler ¶
SimulationExperimentReconciler reconciles a SimulationExperiment object
func (*SimulationExperimentReconciler) Reconcile ¶
func (r *SimulationExperimentReconciler) 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. The current implementation of this method is a sequential process that ensures availability of all components required for the SimulationExperiment. In a production-grade operator, this would be more complex, using the concept of Controller Decomposition.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.21.0/pkg/reconcile
func (*SimulationExperimentReconciler) SetupWithManager ¶
func (r *SimulationExperimentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.