ContainerExec Class
The container execution command, for liveness or readiness probe.
Constructor
ContainerExec(*, command: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
command
|
The commands to execute within the container. Default value: None
|