Apply the diff from the latest en file.

This commit is contained in:
TAKAHASHI Shuuji 2020-06-15 17:10:44 +09:00
parent 84a911c51b
commit d9f70a427c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ closer to the desired state, by turning equipment on or off.
## Controller pattern
A controller tracks at least one Kubernetes resource type.
These [objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects)
These [objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
have a spec field that represents the desired state. The
controller(s) for that resource are responsible for making the current
state come closer to that desired state.