controllers

package
v0.0.0-...-8979ce9 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EvalCondition

func EvalCondition(resultValue interface{}, condition string) (bool, error)

EvalCondition evaluates the condition with the resultValue as an input

Types

type AnalysisRunReconciler

type AnalysisRunReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

AnalysisRunReconciler reconciles a AnalysisRun object

func (*AnalysisRunReconciler) ExecuteAndEvaluate

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

type AnalysisTemplateReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

AnalysisTemplateReconciler reconciles a AnalysisTemplate object

func (*AnalysisTemplateReconciler) 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 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

type PlacementReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

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

func (r *PlacementReconciler) 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 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL