Skip to content

Commit 9809460

Browse files
committed
[sc-147338] showing error details of deployment
1 parent f2219fe commit 9809460

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/aiservices/deployment/deployment_show.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ type DeploymentShowOutput struct {
1414
ID v3.UUID `json:"id"`
1515
Name string `json:"name"`
1616
Status v3.GetDeploymentResponseStatus `json:"status"`
17+
StatusDetails string `json:"status_details"`
1718
GPUType string `json:"gpu_type"`
1819
GPUCount int64 `json:"gpu_count"`
1920
Replicas int64 `json:"replicas"`

0 commit comments

Comments
 (0)