Documentation
¶
Index ¶
Constants ¶
View Source
const EventSource = "yawol-service"
EventSource is the name of the eventsource that get forwarded to the service of the customer
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventReconciler ¶
type EventReconciler struct {
TargetClient client.Client
ControlClient client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
}
EventReconciler reconciles service Objects with type Event
func (*EventReconciler) Reconcile ¶
+kubebuilder:rbac:groups=core,resources=node,verbs=get;list;watch
func (*EventReconciler) SetupWithManager ¶
func (r *EventReconciler) SetupWithManager(mgr ctrl.Manager) error
type LoadBalancerReconciler ¶
type LoadBalancerReconciler struct {
TargetClient client.Client
ControlClient client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
}
LoadBalancerReconciler reconciles service Objects with type LoadBalancer
func (*LoadBalancerReconciler) Reconcile ¶
func (r *LoadBalancerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the LoadBalancerObject to patch the status in the Service
func (*LoadBalancerReconciler) SetupWithManager ¶
func (r *LoadBalancerReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.