connect Core V1Post Namespaced Pod Attach

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

connect POST requests to attach of Pod

Request Params

KeyDatatypeRequiredDescription
containerstringThe container in which to execute the command. Defaults to only container if there is only one container in the pod.
stderrbooleanStderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.
stdinbooleanStdin if true, redirects the standard input stream of the pod for this call. Defaults to false.
stdoutbooleanStdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.
ttybooleanTTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

RESPONSES

status: OK

"Lorem adipisicing minim ex"