Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Deployment type definition #232

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Fix Deployment type definition #232

merged 1 commit into from
Mar 21, 2024

Conversation

mattt
Copy link
Member

@mattt mattt commented Mar 21, 2024

#223 added fields to the Deployment model provided by the new deployments.{get,list,update} endpoints. However, those were implemented against a version of the OpenAPI specification that disagreed with the actual API responses. Specifically, the min_instances and max_instances properties were listed as subproperties of a scaling object rather than direct fields.

@mattt mattt requested a review from aron March 21, 2024 10:51
@mattt mattt merged commit e42aa29 into main Mar 21, 2024
16 checks passed
@mattt mattt deleted the mattt/remove-scaling-property branch March 21, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant