Skip to content

Commit

Permalink
chore(userconfigs): generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and rriski committed Jan 14, 2025
1 parent 57d877a commit 6e3fe87
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
the cluster nodes
- Add `OpenSearch` field `userConfig.opensearch.segrep`, type `object`: Segment Replication Backpressure
Settings
- Add `Flink` field `userConfig.custom_code`, type `boolean`: Enable to upload Custom JARs for Flink
applications

## v0.26.0 - 2024-11-21

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/flink/flink.go

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.

3 changes: 3 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_flinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ spec:
type: string
maxItems: 1
type: array
custom_code:
description: Enable to upload Custom JARs for Flink applications
type: boolean
flink_version:
description: Flink major version
enum:
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/aiven.io_flinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ spec:
type: string
maxItems: 1
type: array
custom_code:
description: Enable to upload Custom JARs for Flink applications
type: boolean
flink_version:
description: Flink major version
enum:
Expand Down
1 change: 1 addition & 0 deletions docs/docs/api-reference/flink.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Cassandra specific user configuration options.
**Optional**

- [`additional_backup_regions`](#spec.userConfig.additional_backup_regions-property){: name='spec.userConfig.additional_backup_regions-property'} (array of strings, MaxItems: 1). Deprecated. Additional Cloud Regions for Backup Replication.
- [`custom_code`](#spec.userConfig.custom_code-property){: name='spec.userConfig.custom_code-property'} (boolean). Enable to upload Custom JARs for Flink applications.
- [`flink_version`](#spec.userConfig.flink_version-property){: name='spec.userConfig.flink_version-property'} (string, Enum: `1.19`, `1.20`, Immutable). Flink major version.
- [`ip_filter`](#spec.userConfig.ip_filter-property){: name='spec.userConfig.ip_filter-property'} (array of objects, MaxItems: 1024). Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`. See below for [nested schema](#spec.userConfig.ip_filter).
- [`number_of_task_slots`](#spec.userConfig.number_of_task_slots-property){: name='spec.userConfig.number_of_task_slots-property'} (integer, Minimum: 1, Maximum: 1024). Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
Expand Down

0 comments on commit 6e3fe87

Please sign in to comment.