controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DNSHealthCheckProbeFinalizer = "kuadrant.io/dns-health-check-probe"
)
View Source
const (
	DNSRecordFinalizer = "kuadrant.io/dns-record"
)
View Source
const (
	ManagedZoneFinalizer = "kuadrant.io/managed-zone"
)

Variables

View Source
var (
	ErrInvalidHeader = fmt.Errorf("invalid header format")
)

Functions

This section is empty.

Types

type DNSHealthCheckProbeReconciler

type DNSHealthCheckProbeReconciler struct {
	client.Client
	Scheme        *runtime.Scheme
	HealthMonitor *health.Monitor
	Queue         *health.QueuedProbeWorker
}

func (*DNSHealthCheckProbeReconciler) Reconcile

func (*DNSHealthCheckProbeReconciler) SetupWithManager

func (r *DNSHealthCheckProbeReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the manager

type DNSRecordReconciler

type DNSRecordReconciler struct {
	client.Client
	Scheme          *runtime.Scheme
	ProviderFactory provider.Factory
}

DNSRecordReconciler reconciles a DNSRecord object

func (*DNSRecordReconciler) Reconcile

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

func (*DNSRecordReconciler) SetupWithManager

func (r *DNSRecordReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ManagedZoneReconciler

type ManagedZoneReconciler struct {
	client.Client
	Scheme          *runtime.Scheme
	ProviderFactory provider.Factory
}

ManagedZoneReconciler reconciles a ManagedZone object

func (*ManagedZoneReconciler) Reconcile

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

func (*ManagedZoneReconciler) SetupWithManager

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