Skip to content

Commit

Permalink
Update autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Aug 10, 2023
1 parent d71e285 commit 499f34c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/common/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2717,6 +2717,11 @@ spec:
type: object
type: object
type: object
externalSeeds:
description: externalSeeds specifies the external seeds to propagate to ScyllaDB binary on startup as "seeds" parameter of seed-provider. See https://opensource.docs.scylladb.com/stable/kb/seed-nodes.html. For the first running node in a datacenter, the external seeds are the only seeds provided. For the remaining nodes, one other node from their datacenter is appended to the external seeds.
items:
type: string
type: array
forceRedeploymentReason:
description: forceRedeploymentReason can be used to force a rolling update of all racks by providing a unique string.
type: string
Expand Down
7 changes: 7 additions & 0 deletions helm/scylla-manager/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@
},
"type": "object"
},
"externalSeeds": {
"description": "externalSeeds specifies the external seeds to propagate to ScyllaDB binary on startup as \"seeds\" parameter of seed-provider. See https://opensource.docs.scylladb.com/stable/kb/seed-nodes.html. For the first running node in a datacenter, the external seeds are the only seeds provided. For the remaining nodes, one other node from their datacenter is appended to the external seeds.",
"items": {
"type": "string"
},
"type": "array"
},
"forceRedeploymentReason": {
"description": "forceRedeploymentReason can be used to force a rolling update of all racks by providing a unique string.",
"type": "string"
Expand Down
7 changes: 7 additions & 0 deletions helm/scylla/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@
},
"type": "object"
},
"externalSeeds": {
"description": "externalSeeds specifies the external seeds to propagate to ScyllaDB binary on startup as \"seeds\" parameter of seed-provider. See https://opensource.docs.scylladb.com/stable/kb/seed-nodes.html. For the first running node in a datacenter, the external seeds are the only seeds provided. For the remaining nodes, one other node from their datacenter is appended to the external seeds.",
"items": {
"type": "string"
},
"type": "array"
},
"forceRedeploymentReason": {
"description": "forceRedeploymentReason can be used to force a rolling update of all racks by providing a unique string.",
"type": "string"
Expand Down
5 changes: 5 additions & 0 deletions pkg/api/scylla/v1/scylla.scylladb.com_scyllaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,11 @@ spec:
type: object
type: object
type: object
externalSeeds:
description: externalSeeds specifies the external seeds to propagate to ScyllaDB binary on startup as "seeds" parameter of seed-provider. See https://opensource.docs.scylladb.com/stable/kb/seed-nodes.html. For the first running node in a datacenter, the external seeds are the only seeds provided. For the remaining nodes, one other node from their datacenter is appended to the external seeds.
items:
type: string
type: array
forceRedeploymentReason:
description: forceRedeploymentReason can be used to force a rolling update of all racks by providing a unique string.
type: string
Expand Down
5 changes: 5 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 499f34c

Please sign in to comment.