BuildStageProperties interface
生成 Pod 中的生成阶段(init-container 和 container)资源。
属性
| exit |
此生成 init 容器的退出代码。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 此生成阶段资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reason | 此生成 init 容器的原因。 注意:此属性不会序列化。 它只能由服务器填充。 |
| status | 此生成阶段资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
exitCode
此生成 init 容器的退出代码。 注意:此属性不会序列化。 它只能由服务器填充。
exitCode?: string
属性值
string
name
此生成阶段资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
reason
此生成 init 容器的原因。 注意:此属性不会序列化。 它只能由服务器填充。
reason?: string
属性值
string
status
此生成阶段资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
status?: string
属性值
string