controller

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DNSRecordFinalizer = "kuadrant.io/dns-record"
	WriteCounterLimit  = 20

	DefaultValidationDuration = time.Second * 5
)
View Source
const (
	ManagedZoneFinalizer = "kuadrant.io/managed-zone"
)

Variables

View Source
var (
	Clock clock.Clock = clock.RealClock{}
)

Functions

This section is empty.

Types

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) ReconcileHealthChecks added in v0.2.0

func (r *DNSRecordReconciler) ReconcileHealthChecks(ctx context.Context, dnsRecord *v1alpha1.DNSRecord) error

func (*DNSRecordReconciler) SetupWithManager

func (r *DNSRecordReconciler) SetupWithManager(mgr ctrl.Manager, requeueIn, valid time.Duration) 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