Skip to content

Commit dbcd662

Browse files
authored
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
unless I am missing something TCP handler is missing
1 parent e3011b7 commit dbcd662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/containers/container-lifecycle-hooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ A more detailed description of the termination behavior can be found in
4747
### Hook handler implementations
4848

4949
Containers can access a hook by implementing and registering a handler for that hook.
50-
There are two types of hook handlers that can be implemented for Containers:
50+
There are three types of hook handlers that can be implemented for Containers:
5151

5252
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
5353
Resources consumed by the command are counted against the Container.
54+
* TCP - Opens a TCP connecton against a specific port on the Container.
5455
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
5556

5657
### Hook handler execution

0 commit comments

Comments
 (0)