Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mmv1/products/cloudrunv2/WorkerPool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ properties:
type: Enum
description: |
The scaling mode for the worker pool. It defaults to MANUAL.
default_from_api: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a test that covers what you'd like to fix?
If not could you add one?

enum_values:
- 'AUTOMATIC'
- 'MANUAL'
Expand Down
Loading