Skip to content

Commit

Permalink
Adds description for default value of cpuidle field (GoogleCloudPla…
Browse files Browse the repository at this point in the history
…tform#10005)

* add description

* remove tail space
  • Loading branch information
yanweiguo authored and pengq-google committed May 21, 2024
1 parent 9307b8b commit a62be48
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit a62be48

Please sign in to comment.