Skip to content

Commit

Permalink
Minor text fix for "ApiServer"
Browse files Browse the repository at this point in the history
It looks a little weird to apply camel case style for the noun "apiserver", i didn't see somewhere else spelling it in that way.
  • Loading branch information
xialonglee committed Mar 3, 2017
1 parent 75124bc commit 0b6f4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Configuring a webserver or loadbalancer is harder than it should be. Most webser

## What is an Ingress Controller?

An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the ApiServer's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.
An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.

0 comments on commit 0b6f4d2

Please sign in to comment.