Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Apr 15, 2024
1 parent 0423b43 commit 2b855d9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ spec:
type: string
type: array
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -3118,7 +3118,7 @@ spec:
description: intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -3186,7 +3186,7 @@ spec:
description: id is the identification number of the backup task.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -3367,7 +3367,7 @@ spec:
description: intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ object
- dc is a list of datacenter glob patterns, e.g. 'dc1,!otherdc*' used to specify the DCs to include or exclude from backup.
* - interval
- string
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.
* - keyspace
- array (string)
- keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -4675,7 +4675,7 @@ object
- intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
* - interval
- string
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.
* - keyspace
- array (string)
- keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -4782,7 +4782,7 @@ object
- id is the identification number of the backup task.
* - interval
- string
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.
* - keyspace
- array (string)
- keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -4908,7 +4908,7 @@ object
- intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
* - interval
- string
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
- interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.
* - keyspace
- array (string)
- keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down
4 changes: 2 additions & 2 deletions helm/scylla-manager/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"type": "array"
},
"interval": {
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.",
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.",
"type": "string"
},
"keyspace": {
Expand Down Expand Up @@ -558,7 +558,7 @@
"type": "string"
},
"interval": {
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.",
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.",
"type": "string"
},
"keyspace": {
Expand Down
4 changes: 2 additions & 2 deletions helm/scylla/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"type": "array"
},
"interval": {
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.",
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.",
"type": "string"
},
"keyspace": {
Expand Down Expand Up @@ -447,7 +447,7 @@
"type": "string"
},
"interval": {
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.",
"description": "interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.",
"type": "string"
},
"keyspace": {
Expand Down
8 changes: 4 additions & 4 deletions pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
type: string
type: array
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -2090,7 +2090,7 @@ spec:
description: intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -2158,7 +2158,7 @@ spec:
description: id is the identification number of the backup task.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down Expand Up @@ -2339,7 +2339,7 @@ spec:
description: intensity indicates how many token ranges (per shard) to repair in a single Scylla repair job. By default this is 1. If you set it to 0 the number of token ranges is adjusted to the maximum supported by node (see max_repair_ranges_in_parallel in Scylla logs). Valid values are 0 and integers >= 1. Higher values will result in increased cluster load and slightly faster repairs. Changing the intensity impacts repair granularity if you need to resume it, the higher the value the more work on resume. For Scylla clusters that *do not support row-level repair*, intensity can be a decimal between (0,1). In that case it specifies percent of shards that can be repaired in parallel on a repair master node. For Scylla clusters that are row-level repair enabled, setting intensity below 1 has the same effect as setting intensity 1.
type: string
interval:
description: interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s.
description: 'interval represents a task schedule interval e.g. 3d2h10m, valid units are d, h, m, s. Deprecated: please use cron instead.'
type: string
keyspace:
description: keyspace is a list of keyspace/tables glob patterns, e.g. 'keyspace,!keyspace.table_prefix_*' used to include or exclude keyspaces from repair.
Expand Down

0 comments on commit 2b855d9

Please sign in to comment.