Skip to content

Commit c050705

Browse files
authored
Merge pull request #1130 from hzxuzhonghu/patch-1
Update nginx.go
2 parents 797b6b6 + 2af727a commit c050705

File tree

1 file changed

+2
-2
lines changed
  • controllers/nginx/pkg/cmd/controller

1 file changed

+2
-2
lines changed

controllers/nginx/pkg/cmd/controller/nginx.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ func (n *NGINXController) UpdateIngressStatus(*extensions.Ingress) []api_v1.Load
401401
return nil
402402
}
403403

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
405405
// periodically to keep the configuration in sync.
406406
//
407407
// convert configmap to custom configuration object (different in each implementation)
@@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
464464
n.setupMonitor(defaultStatusModule)
465465
}
466466

467-
// NGINX cannot resize the has tables used to store server names.
467+
// NGINX cannot resize the hash tables used to store server names.
468468
// For this reason we check if the defined size defined is correct
469469
// for the FQDN defined in the ingress rules adjusting the value
470470
// if is required.

0 commit comments

Comments
 (0)