次の方法で共有


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

Variables

Name Description
command

The commands to execute within the container.