Merge pull request #44499 from steve-hardman/fix-typo-hook

Update container-lifecycle-hooks.md
pull/44732/head
Kubernetes Prow Robot 2024-01-13 06:56:10 +01:00 committed by GitHub
commit 08a9e5db36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ A more detailed description of the termination behavior can be found in
### Hook handler implementations
Containers can access a hook by implementing and registering a handler for that hook.
There are two types of hook handlers that can be implemented for Containers:
There are three types of hook handlers that can be implemented for Containers:
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
Resources consumed by the command are counted against the Container.