BuildServiceProperties interface
Build service resource properties payload
Properties
container |
The resource id of the container registry used in this build service. |
k |
The installed KPack version in this build service. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the KPack build service NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The runtime resource configuration of this build service. |
Property Details
containerRegistry
The resource id of the container registry used in this build service.
containerRegistry?: string
Property Value
string
kPackVersion
The installed KPack version in this build service. NOTE: This property will not be serialized. It can only be populated by the server.
kPackVersion?: string
Property Value
string
provisioningState
Provisioning state of the KPack build service NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceRequests
The runtime resource configuration of this build service.
resourceRequests?: BuildServicePropertiesResourceRequests