Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultRequeueTime = 10 * time.Millisecond RevisionAnnotation = "loadbalancer.yawol.stackit.cloud/revision" ServiceFinalizer = "yawol.stackit.cloud/controller2" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalancerSetStatusReconciler ¶
type LoadBalancerSetStatusReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
WorkerCount int
RateLimiter ratelimiter.RateLimiter
}
LoadBalancerMachineReconciler reconciles service Objects with type LoadBalancer
func (*LoadBalancerSetStatusReconciler) Reconcile ¶
func (r *LoadBalancerSetStatusReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=core,resources=services,verbs=get;list;watch
func (*LoadBalancerSetStatusReconciler) SetupWithManager ¶
func (r *LoadBalancerSetStatusReconciler) SetupWithManager(mgr ctrl.Manager) error
type Reconciler ¶
type Reconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
RecorderLB record.EventRecorder
Metrics *helpermetrics.LoadBalancerMetricList
WorkerCount int
OpenstackTimeout time.Duration
RateLimiter ratelimiter.RateLimiter
// contains filtered or unexported fields
}
LoadBalancerReconciler reconciles service Objects with type LoadBalancer
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.