BuildResultProperties interface
Build result resource properties payload
Properties
build |
The build pod name which can be used to get the build log streaming. |
build |
All of the build stage (init-container and container) resources in build pod. NOTE: This property will not be serialized. It can only be populated by the server. |
error | Error when build is failed. |
image | The container registry image of this build result. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of this build result |
provisioning |
Provisioning state of the KPack build result NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
buildPodName
The build pod name which can be used to get the build log streaming.
buildPodName?: string
Property Value
string
buildStages
All of the build stage (init-container and container) resources in build pod. NOTE: This property will not be serialized. It can only be populated by the server.
buildStages?: BuildStageProperties[]
Property Value
error
image
The container registry image of this build result. NOTE: This property will not be serialized. It can only be populated by the server.
image?: string
Property Value
string
name
The name of this build result
name?: string
Property Value
string
provisioningState
Provisioning state of the KPack build result NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string