BuildResultProperties interface
建置結果資源屬性承載
屬性
build |
可用來取得組建記錄串流的組建Pod名稱。 |
build |
組建 Pod 中的所有建置階段 (init-container 和 container) 資源。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
error | 建置失敗時發生錯誤。 |
image | 此組建結果的容器登錄映像。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 此組建結果的名稱 |
provisioning |
KPack 建置結果的布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
buildPodName
可用來取得組建記錄串流的組建Pod名稱。
buildPodName?: string
屬性值
string
buildStages
組建 Pod 中的所有建置階段 (init-container 和 container) 資源。 注意:這個屬性不會串行化。 它只能由伺服器填入。
buildStages?: BuildStageProperties[]
屬性值
error
image
此組建結果的容器登錄映像。 注意:這個屬性不會串行化。 它只能由伺服器填入。
image?: string
屬性值
string
name
此組建結果的名稱
name?: string
屬性值
string
provisioningState
KPack 建置結果的布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string