Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "service-source"
ControllerName is the name of this controller.
Variables ¶
This section is empty.
Functions ¶
func MapDNSAnnotationToService ¶
MapDNSAnnotationToService maps a DNSAnnotation to its referenced Service.
func MapDNSEntryToService ¶
MapDNSEntryToService maps a DNSEntry to its owning Service(s).
func RelevantDNSEntryPredicate ¶
func RelevantDNSEntryPredicate(entryOwnerData common.EntryOwnerData) predicate.Predicate
RelevantDNSEntryPredicate returns the predicate to be considered for reconciliation.
Types ¶
type Reconciler ¶
type Reconciler struct {
common.ReconcilerBase
}
Reconciler is a reconciler for provided Certificate resources.
func (*Reconciler) AddToManager ¶
AddToManager adds Reconciler to the given cluster.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
Reconcile reconciles Service resources.
func (*Reconciler) RelevantServicePredicate ¶
func (r *Reconciler) RelevantServicePredicate() predicate.Predicate
RelevantServicePredicate returns the predicate to be considered for reconciliation.
Click to show internal directories.
Click to hide internal directories.