mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
Fix typos in documentation (#13411)
Signed-off-by: Ricardo Noriega De Soto <rnoriega@redhat.com>
This commit is contained in:
parent
a8b4befa6d
commit
75cb83b672
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ fsnotify has a great toolset for handling changes in files, since the code will
|
|||
|
||||
When the controller receive a event saying that a file was created, he will add to the map and import the images if the event that he has received is not a directory and then import the image.
|
||||
|
||||
When the controller receive a event saying that a file was writen, he will verify if the file has the size changed and if the file has the time modified based on the time and size from the state.
|
||||
When the controller receive a event saying that a file was written, he will verify if the file has the size changed and if the file has the time modified based on the time and size from the state.
|
||||
|
||||
When the controller receive a event saying that a file was renamed, or removed, he will delete this file from the state. when a file is renamed, it is created a new file with the same infos but with a the new name, so the watcher will sent for the controller a event saying that a file was created.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue