Skip to content

Commit

Permalink
Re-gen CRDs, docs, and operator-latest.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Dec 14, 2024
1 parent 59e114a commit c999a42
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/crds/planetscale.com_vitessbackupstorages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down
3 changes: 3 additions & 0 deletions deploy/crds/planetscale.com_vitessclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down
3 changes: 3 additions & 0 deletions deploy/crds/planetscale.com_vitesskeyspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down
3 changes: 3 additions & 0 deletions deploy/crds/planetscale.com_vitessshards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down
14 changes: 14 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,20 @@ If set, this must point to a file in the format expected for the
Default: Use the default credentials of the Node.</p>
</td>
</tr>
<tr>
<td>
<code>minPartSize</code><br>
<em>
int64
</em>
</td>
<td>
<p>MinPartSize is optional and is only needed if we want to set a minimum part size
to be used by the S3 uploader, mainly used to avoid too many small requests to S3
when there are too many small shards.
Default: 5242880 (5MiB)</p>
</td>
</tr>
</tbody>
</table>
<h3 id="planetscale.com/v2.SecretSource">SecretSource
Expand Down
14 changes: 14 additions & 0 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,20 @@ <h3 id="planetscale.com/v2.S3BackupLocation">S3BackupLocation
Default: Use the default credentials of the Node.</p>
</td>
</tr>
<tr>
<td>
<code>minPartSize</code><br>
<em>
int64
</em>
</td>
<td>
<p>MinPartSize is optional and is only needed if we want to set a minimum part size
to be used by the S3 uploader, mainly used to avoid too many small requests to S3
when there are too many small shards.
Default: 5242880 (5MiB)</p>
</td>
</tr>
</tbody>
</table>
<h3 id="planetscale.com/v2.SecretSource">SecretSource
Expand Down
12 changes: 12 additions & 0 deletions test/endtoend/operator/operator-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down Expand Up @@ -1995,6 +1998,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down Expand Up @@ -5249,6 +5255,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down Expand Up @@ -6696,6 +6705,9 @@ spec:
maxLength: 256
pattern: ^[^\r\n]*$
type: string
minPartSize:
format: int64
type: integer
region:
minLength: 1
type: string
Expand Down

0 comments on commit c999a42

Please sign in to comment.