File tree 1 file changed +2
-2
lines changed
controllers/nginx/pkg/cmd/controller
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ func (n *NGINXController) UpdateIngressStatus(*extensions.Ingress) []api_v1.Load
401
401
return nil
402
402
}
403
403
404
- // OnUpdate is called by syncQueue in https://github.com/aledbf /ingress-controller /blob/master/pkg/ingress/controller/controller.go#L82
404
+ // OnUpdate is called by syncQueue in https://github.com/kubernetes /ingress/blob/master/core/ pkg/ingress/controller/controller.go#L426
405
405
// periodically to keep the configuration in sync.
406
406
//
407
407
// convert configmap to custom configuration object (different in each implementation)
@@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
464
464
n .setupMonitor (defaultStatusModule )
465
465
}
466
466
467
- // NGINX cannot resize the has tables used to store server names.
467
+ // NGINX cannot resize the hash tables used to store server names.
468
468
// For this reason we check if the defined size defined is correct
469
469
// for the FQDN defined in the ingress rules adjusting the value
470
470
// if is required.
You can’t perform that action at this time.
0 commit comments