Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchingEndpoints ¶
MatchingEndpoints is a predicate to allow events for only configured endpoints
Types ¶
type Reconciler ¶
type Reconciler struct {
Client client.Client
SeedClient kubernetes.Interface
WeederConfig *wapi.Config
WeederMgr weeder.Manager
MaxConcurrentReconciles int
}
Reconciler EndpointReconciler reconciles an Endpoints object
func (*Reconciler) Reconcile ¶
Reconcile listens to create/update events for `Endpoints` resources and manages weeder which shoot the dependent pods of the configured services, if necessary
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.