Documentation
¶
Index ¶
- func EvalCondition(resultValue interface{}, condition string) (bool, error)
- type AnalysisRunReconciler
- func (r *AnalysisRunReconciler) ExecuteAndEvaluate(ctx context.Context, metric rolloutsv1alpha1.Metric, ...) (rolloutsv1alpha1.AnalysisRunStatus, error)
- func (r *AnalysisRunReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *AnalysisRunReconciler) SetupWithManager(mgr ctrl.Manager) error
- type AnalysisTemplateReconciler
- type PlacementReconciler
- func (r *PlacementReconciler) CreateAnalysisRun(ctx context.Context, analysisTemplateNamespacedName types.NamespacedName, ...) (string, error)
- func (r *PlacementReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *PlacementReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalCondition ¶
EvalCondition evaluates the condition with the resultValue as an input
Types ¶
type AnalysisRunReconciler ¶
AnalysisRunReconciler reconciles a AnalysisRun object
func (*AnalysisRunReconciler) ExecuteAndEvaluate ¶
func (r *AnalysisRunReconciler) ExecuteAndEvaluate(ctx context.Context, metric rolloutsv1alpha1.Metric, existingStatus rolloutsv1alpha1.AnalysisRunStatus) (rolloutsv1alpha1.AnalysisRunStatus, error)
func (*AnalysisRunReconciler) Reconcile ¶
func (r *AnalysisRunReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the AnalysisRun object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*AnalysisRunReconciler) SetupWithManager ¶
func (r *AnalysisRunReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AnalysisTemplateReconciler ¶
AnalysisTemplateReconciler reconciles a AnalysisTemplate object
func (*AnalysisTemplateReconciler) Reconcile ¶
func (r *AnalysisTemplateReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the AnalysisTemplate object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*AnalysisTemplateReconciler) SetupWithManager ¶
func (r *AnalysisTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PlacementReconciler ¶
PlacementReconciler reconciles a Placement object
func (*PlacementReconciler) CreateAnalysisRun ¶
func (r *PlacementReconciler) CreateAnalysisRun(ctx context.Context, analysisTemplateNamespacedName types.NamespacedName, placementName string, cluster string) (string, error)
func (*PlacementReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the Placement object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*PlacementReconciler) SetupWithManager ¶
func (r *PlacementReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.