Skip to content

Commit 3db583a

Browse files
authored
Merge pull request #25733 from leventogut/patch-1
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
2 parents 55205a5 + dbcd662 commit 3db583a

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
@@ -50,10 +50,11 @@ A more detailed description of the termination behavior can be found in
5050
### Hook handler implementations
5151

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

5555
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
5656
Resources consumed by the command are counted against the Container.
57+
* TCP - Opens a TCP connecton against a specific port on the Container.
5758
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
5859

5960
### Hook handler execution

0 commit comments

Comments
 (0)