Documentation ¶
Index ¶
Constants ¶
View Source
const ( RouterServiceNamespace = "openshift-ingress" ELBAnnotationKey = "service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout" ELBAnnotationValue = "1800" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouterServiceReconciler ¶
RouterServiceReconciler reconciles a RouterService object
func (*RouterServiceReconciler) Reconcile ¶
func (r *RouterServiceReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a RouterService object and makes changes based on the state read and what is in the Service.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*RouterServiceReconciler) SetupWithManager ¶
func (r *RouterServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.