更新时间:2023-12-01 GMT+08:00
分享

进入容器执行命令

功能介绍

进入容器执行命令。

调用方法

请参见如何调用API

URI

GET /api/v1/namespaces/{namespace}/pods/{name}/exec

表1 路径参数

参数

是否必选

参数类型

描述

name

String

name of the PodExecOptions

namespace

String

object name and auth scope, such as for teams and projects

表2 Query参数

参数

是否必选

参数类型

描述

command

String

Command is the remote command to execute. argv array. Not executed within a shell.

container

String

Container in which to execute the command. Defaults to only container if there is only one container in the pod.

stderr

Boolean

Redirect the standard error stream of the pod for this call. Defaults to true.

stdin

Boolean

Redirect the standard input stream of the pod for this call. Defaults to false.

stdout

Boolean

Redirect the standard output stream of the pod for this call. Defaults to true.

tty

Boolean

TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

请求参数

表3 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

响应参数

请求示例

响应示例

状态码

状态码

描述

200

OK

400

BadRequest

401

Unauthorized

403

Forbidden

404

NotFound

405

MethodNotAllowed

406

NotAcceptable

409

Conflict

415

UnsupportedMediaType

422

Invalid

429

TooManyRequests

500

InternalError

503

ServiceUnavailable

504

ServerTimeout

分享:

    相关文档

    相关产品