Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 536 Bytes

File metadata and controls

11 lines (6 loc) · 536 Bytes

ProbeTypeExec

Properties

Name Type Description Notes
command Option<Vec> Command to execute inside the container, specified as an array of strings. The first element is the executable, followed by its arguments. Example: ["sh", "-c", "test -f /tmp/healthy"] [optional]

[Back to Model list] [Back to API list] [Back to README]