Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Oct 7, 2024
1 parent f0f7217 commit c62eb49
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3221,6 +3221,11 @@ spec:
items:
type: string
type: array
labels:
additionalProperties:
type: string
description: labels reflects the labels of a task.
type: object
location:
description: location reflects a list of backup locations in the format [<dc>:]<provider>:<name> ex. s3:my-bucket.
items:
Expand Down Expand Up @@ -3405,6 +3410,11 @@ spec:
items:
type: string
type: array
labels:
additionalProperties:
type: string
description: labels reflects the labels of a task.
type: object
name:
description: name reflects the name of a task.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4801,6 +4801,9 @@ object
* - keyspace
- array (string)
- keyspace reflects a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
* - :ref:`labels<api-scylla.scylladb.com-scyllaclusters-v1-.status.backups[].labels>`
- object
- labels reflects the labels of a task.
* - location
- array (string)
- location reflects a list of backup locations in the format [<dc>:]<provider>:<name> ex. s3:my-bucket.
Expand Down Expand Up @@ -4829,6 +4832,20 @@ object
- array (string)
- uploadParallel reflects a list of upload parallelism limits in the format [<dc>:]<limit>.

.. _api-scylla.scylladb.com-scyllaclusters-v1-.status.backups[].labels:

.status.backups[].labels
^^^^^^^^^^^^^^^^^^^^^^^^

Description
"""""""""""
labels reflects the labels of a task.

Type
""""
object


.. _api-scylla.scylladb.com-scyllaclusters-v1-.status.conditions[]:

.status.conditions[]
Expand Down Expand Up @@ -4933,6 +4950,9 @@ object
* - keyspace
- array (string)
- keyspace reflects a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
* - :ref:`labels<api-scylla.scylladb.com-scyllaclusters-v1-.status.repairs[].labels>`
- object
- labels reflects the labels of a task.
* - name
- string
- name reflects the name of a task.
Expand All @@ -4952,6 +4972,20 @@ object
- string
- timezone reflects the timezone of cron field.

.. _api-scylla.scylladb.com-scyllaclusters-v1-.status.repairs[].labels:

.status.repairs[].labels
^^^^^^^^^^^^^^^^^^^^^^^^

Description
"""""""""""
labels reflects the labels of a task.

Type
""""
object


.. _api-scylla.scylladb.com-scyllaclusters-v1-.status.upgrade:

.status.upgrade
Expand Down
10 changes: 10 additions & 0 deletions pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2180,6 +2180,11 @@ spec:
items:
type: string
type: array
labels:
additionalProperties:
type: string
description: labels reflects the labels of a task.
type: object
location:
description: location reflects a list of backup locations in the format [<dc>:]<provider>:<name> ex. s3:my-bucket.
items:
Expand Down Expand Up @@ -2364,6 +2369,11 @@ spec:
items:
type: string
type: array
labels:
additionalProperties:
type: string
description: labels reflects the labels of a task.
type: object
name:
description: name reflects the name of a task.
type: string
Expand Down
7 changes: 7 additions & 0 deletions pkg/api/scylla/v1/zz_generated.deepcopy.go

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

0 comments on commit c62eb49

Please sign in to comment.