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

Adds description for default value of cpuidle field #10005

Merged
merged 2 commits into from
Feb 22, 2024
Merged
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
3 changes: 2 additions & 1 deletion mmv1/products/cloudrunv2/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ properties:
- !ruby/object:Api::Type::Boolean
name: 'cpuIdle'
description: |-
Determines whether CPU should be throttled or not outside of requests.
Determines whether CPU is only allocated during requests. True by default if the parent `resources` field is not set. However, if
`resources` is set, this field must be explicitly set to true to preserve the default behavior.
- !ruby/object:Api::Type::Boolean
name: 'startupCpuBoost'
description: |-
Expand Down
Loading