kf job-history

名称

kf job-history - 列出作业的执行历史记录。

摘要

kf job-history JOB_NAME [flags]

说明

通过 job-history 子命令,操作员可以查看作业的执行历史记录。

示例

kf job-history my-job

标志

--allow-missing-template-keys

如果为 true,则当模板中缺少字段或映射键时,请忽略模板中的所有错误。仅适用于 golang 和 jsonpath 输出格式。(默认值为 true)

-h, --help

job-history 帮助

-o, --output=string

输出格式。以下各项中的一项:go-template|go-template-file|json|jsonpath|jsonpath-as-json|jsonpath-file|name|template|templatefile|yaml。

--template=string

当 -o=go-template、-o=go-template-file 时要使用的模板字符串或模板文件的路径。模板格式为 golang 模板

继承的标志

这些标志继承自父命令。

--as=string

操作要模拟的用户名。

--as-group=strings

操作要模拟的群组。多次添加此标志可指定多个群组。

--config=string

用于 CLI 请求的 Kf 配置文件的路径。

--kubeconfig=string

用于 CLI 请求的 kubeconfig 文件的路径。

--log-http

将 HTTP 请求记录到标准错误。

--space=string

用于对其运行命令的空间。此标志会替换当前所针对的空间。