ExecAction [api_object]ai-synthesized · conf 0.82
ExecAction describes a "run in container" action.
core
ExecAction is a Kubernetes API resource that represents an exec action in a pod.
Why it matters ExecAction allows users to execute commands within a running container, which can be useful for debugging and troubleshooting purposes.
Key facts - Represents an exec action in a pod - Used to execute commands within a running container
Related api:Pod, api:Container
Sources
swagger.json — “io.k8s.api.core.v1.ExecAction”