connect Core V1Post Namespaced Pod Exec

POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/exec?command=nulla&container=nulla&stderr=true&stdin=true&stdout=true&tty=true

connect POST requests to exec of Pod

Request Params

KeyDatatypeRequiredDescription
commandstringCommand is the remote command to execute. argv array. Not executed within a shell.
containerstringContainer in which to execute the command. Defaults to only container if there is only one container in the pod.
stderrbooleanRedirect the standard error stream of the pod for this call. Defaults to true.
stdinbooleanRedirect the standard input stream of the pod for this call. Defaults to false.
stdoutbooleanRedirect the standard output stream of the pod for this call. Defaults to true.
ttybooleanTTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

RESPONSES

status: OK

"Lorem adipisicing minim ex"