File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ message Instance {
118118message AutoscalingTargets {
119119 // The cpu utilization that the Autoscaler should be trying to achieve.
120120 // This number is on a scale from 0 (no utilization) to
121- // 100 (total utilization).
121+ // 100 (total utilization), and is limited between 10 and 80, otherwise it
122+ // will return INVALID_ARGUMENT error.
122123 int32 cpu_utilization_percent = 2 ;
123124}
124125
@@ -165,7 +166,6 @@ message Cluster {
165166 // `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key.
166167 // 2) Only regional keys can be used and the region of the CMEK key must
167168 // match the region of the cluster.
168- // 3) All clusters within an instance must use the same CMEK key.
169169 string kms_key_name = 1 [(google.api.resource_reference ) = {
170170 type : "cloudkms.googleapis.com/CryptoKey"
171171 }];
You can’t perform that action at this time.
0 commit comments