reconciler

package
v0.4.13 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package reconciler implements the reconciliation logic that updates DNS records to match Kubernetes resources.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Manager   manager.Manager
	Client    client.Client
	Resolver  *dnssd.UnicastResolver
	Providers []provider.Provider
	Logger    logr.Logger
}

Reconciler manipulates DNS records to match the state of a crd.DNSSDServiceInstance.

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(
	ctx context.Context,
	req reconcile.Request,
) (result reconcile.Result, err error)

Reconcile performs a full reconciliation for the object referred to by the Request, which must be a crd.DNSSDServiceInstance.

Jump to

Keyboard shortcuts

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