controllers

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecuterReconciler

type ExecuterReconciler struct {
	client.Client
	Scheme     *runtime.Scheme
	Config     *config.Config
	Cloudflare cloudflare.Cloudflare
	Logger     *zap.Logger
}

ExecuterReconciler reconciles an Executer object

func (*ExecuterReconciler) Reconcile

func (r *ExecuterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

func (*ExecuterReconciler) ReconcileDeployment

func (r *ExecuterReconciler) ReconcileDeployment(ctx context.Context, req ctrl.Request, executer *appsv1alpha1.Executer) (ctrl.Result, error)

func (*ExecuterReconciler) ReconcileIngress

func (r *ExecuterReconciler) ReconcileIngress(ctx context.Context, req ctrl.Request, executer *appsv1alpha1.Executer) (ctrl.Result, error)

func (*ExecuterReconciler) ReconcileService

func (r *ExecuterReconciler) ReconcileService(ctx context.Context, req ctrl.Request, executer *appsv1alpha1.Executer) (ctrl.Result, error)

func (*ExecuterReconciler) SetupWithManager

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