Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunnerInfoReconciler ¶
func NewRunnerInfoReconciler( c client.Client, scheme *runtime.Scheme, log logr.Logger, ) *k8s.PatchingReconciler[korifiv1alpha1.RunnerInfo, *korifiv1alpha1.RunnerInfo]
Types ¶
type RunnerInfoReconciler ¶
type RunnerInfoReconciler struct {
// contains filtered or unexported fields
}
RunnerInfoReconciler reconciles a RunnerInfo object
func (*RunnerInfoReconciler) ReconcileResource ¶
func (r *RunnerInfoReconciler) ReconcileResource(ctx context.Context, runnerInfo *korifiv1alpha1.RunnerInfo) (ctrl.Result, error)
func (*RunnerInfoReconciler) SetupWithManager ¶
func (r *RunnerInfoReconciler) SetupWithManager(mgr ctrl.Manager) *builder.Builder
Click to show internal directories.
Click to hide internal directories.