Documentation
¶
Overview ¶
Package controllers contains reconcile logic for yawollet
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalancerReconciler ¶
type LoadBalancerReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
RecorderLB record.EventRecorder
LoadbalancerName string
LoadbalancerMachineName string
EnvoyCache envoycache.SnapshotCache
ListenAddress string
RequeueDuration time.Duration
KeepalivedStatsFile string
}
LoadBalancerReconciler reconciles service Objects with type LoadBalancer
func (*LoadBalancerReconciler) Reconcile ¶
func (r *LoadBalancerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile handles reconciliation of loadbalancer object
func (*LoadBalancerReconciler) SetupWithManager ¶
func (r *LoadBalancerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager is used by kubebuilder to init the controller loop
Click to show internal directories.
Click to hide internal directories.