Skip to content

Commit c28f961

Browse files
committed
remove status from WorkerDeploymentSummary
1 parent c999135 commit c28f961

3 files changed

Lines changed: 0 additions & 13 deletions

File tree

openapi/openapiv2.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6821,9 +6821,6 @@
68216821
},
68226822
"rampingVersionSummary": {
68236823
"$ref": "#/definitions/WorkerDeploymentInfoWorkerDeploymentVersionSummary"
6824-
},
6825-
"status": {
6826-
"$ref": "#/definitions/v1VersionStatus"
68276824
}
68286825
},
68296826
"title": "A subset of WorkerDeploymentInfo"

openapi/openapiv3.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8257,15 +8257,6 @@ components:
82578257
$ref: '#/components/schemas/WorkerDeploymentInfo_WorkerDeploymentVersionSummary'
82588258
rampingVersionSummary:
82598259
$ref: '#/components/schemas/WorkerDeploymentInfo_WorkerDeploymentVersionSummary'
8260-
status:
8261-
enum:
8262-
- VERSION_STATUS_UNSPECIFIED
8263-
- VERSION_STATUS_CURRENT
8264-
- VERSION_STATUS_RAMPING
8265-
- VERSION_STATUS_DRAINING
8266-
- VERSION_STATUS_DRAINED
8267-
type: string
8268-
format: enum
82698260
description: A subset of WorkerDeploymentInfo
82708261
ListWorkflowExecutionsResponse:
82718262
type: object

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,6 @@ message ListWorkerDeploymentsResponse {
21492149
temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
21502150
temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
21512151
temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;
2152-
temporal.api.enums.v1.VersionStatus status = 7;
21532152
}
21542153
}
21552154

0 commit comments

Comments
 (0)