Skip to content

Commit

Permalink
Make ready-pr with override changes
Browse files Browse the repository at this point in the history
  • Loading branch information
199201shubhamsahu committed Mar 7, 2024
1 parent 0a1e230 commit 078300b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ databaseFlags:
string: string
displayName: string
gceZone: string
instanceType: string
instanceTypeRef:
external: string
name: string
Expand Down Expand Up @@ -201,10 +202,20 @@ can have regional availability (nodes are present in 2 or more zones in a region
<p>{% verbatim %}The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.{% endverbatim %}</p>
</td>
</tr>
<tr>
<td>
<p><code>instanceType</code></p>
<p><i>Optional</i></p>
</td>
<td>
<p><code class="apitype">string</code></p>
<p>{% verbatim %}DEPRECATED. Although this field is still available, there is limited support. We recommend that you use `spec.instanceTypeRef` instead.{% endverbatim %}</p>
</td>
</tr>
<tr>
<td>
<p><code>instanceTypeRef</code></p>
<p><i>Required</i></p>
<p><i>Optional</i></p>
</td>
<td>
<p><code class="apitype">object</code></p>
Expand Down

0 comments on commit 078300b

Please sign in to comment.