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

updated to ONLY_SCALE_OUT #8984

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions mmv1/products/compute/Autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,11 @@ properties:
instance may take to initialize. To do this, create an instance
and time the startup process.
default_value: 60
- !ruby/object:Api::Type::Enum
- !ruby/object:Api::Type::String
name: 'mode'
default_value: :ON
default_value: 'ON'
description: |
Defines operating mode for this policy.
values:
- :OFF
- :ONLY_UP
edwardmedia marked this conversation as resolved.
Show resolved Hide resolved
- :ON
- !ruby/object:Api::Type::NestedObject
name: 'scaleDownControl'
min_version: beta
Expand Down
8 changes: 2 additions & 6 deletions mmv1/products/compute/RegionAutoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,11 @@ properties:
instance may take to initialize. To do this, create an instance
and time the startup process.
default_value: 60
- !ruby/object:Api::Type::Enum
- !ruby/object:Api::Type::String
name: 'mode'
default_value: :ON
default_value: 'ON'
description: |
Defines operating mode for this policy.
values:
- :OFF
- :ONLY_UP
- :ON
- !ruby/object:Api::Type::NestedObject
name: 'scaleDownControl'
min_version: beta
Expand Down