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 github-actions[bot] committed Oct 31, 2023
1 parent 345209b commit 9e08a84
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.

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

9 changes: 9 additions & 0 deletions api/v1alpha1/userconfig/service/clickhouse/clickhouse.go

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

13 changes: 13 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ spec:
with a DNS name that always resolves to the service's private
IP addresses. Only available in certain network locations
type: boolean
clickhouse_mysql:
description: Allow clients to connect to clickhouse_mysql
with a DNS name that always resolves to the service's private
IP addresses. Only available in certain network locations
type: boolean
prometheus:
description: Allow clients to connect to prometheus with a
DNS name that always resolves to the service's private IP
Expand All @@ -225,6 +230,9 @@ spec:
clickhouse_https:
description: Enable clickhouse_https
type: boolean
clickhouse_mysql:
description: Enable clickhouse_mysql
type: boolean
prometheus:
description: Enable prometheus
type: boolean
Expand All @@ -251,6 +259,11 @@ spec:
from the public internet for service nodes that are in a
project VPC or another type of private network
type: boolean
clickhouse_mysql:
description: Allow clients to connect to clickhouse_mysql
from the public internet for service nodes that are in a
project VPC or another type of private network
type: boolean
prometheus:
description: Allow clients to connect to prometheus from the
public internet for service nodes that are in a project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ spec:
type: integer
producer_max_request_size:
description: The maximum request size in bytes.
maximum: 67108864
maximum: 268435456
minimum: 0
type: integer
type: object
Expand Down
13 changes: 13 additions & 0 deletions config/crd/bases/aiven.io_clickhouses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ spec:
with a DNS name that always resolves to the service's private
IP addresses. Only available in certain network locations
type: boolean
clickhouse_mysql:
description: Allow clients to connect to clickhouse_mysql
with a DNS name that always resolves to the service's private
IP addresses. Only available in certain network locations
type: boolean
prometheus:
description: Allow clients to connect to prometheus with a
DNS name that always resolves to the service's private IP
Expand All @@ -225,6 +230,9 @@ spec:
clickhouse_https:
description: Enable clickhouse_https
type: boolean
clickhouse_mysql:
description: Enable clickhouse_mysql
type: boolean
prometheus:
description: Enable prometheus
type: boolean
Expand All @@ -251,6 +259,11 @@ spec:
from the public internet for service nodes that are in a
project VPC or another type of private network
type: boolean
clickhouse_mysql:
description: Allow clients to connect to clickhouse_mysql
from the public internet for service nodes that are in a
project VPC or another type of private network
type: boolean
prometheus:
description: Allow clients to connect to prometheus from the
public internet for service nodes that are in a project
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/aiven.io_serviceintegrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ spec:
type: integer
producer_max_request_size:
description: The maximum request size in bytes.
maximum: 67108864
maximum: 268435456
minimum: 0
type: integer
type: object
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/api-reference/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Allow access to selected service ports from private networks.

- [`clickhouse`](#spec.userConfig.private_access.clickhouse-property){: name='spec.userConfig.private_access.clickhouse-property'} (boolean). Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- [`clickhouse_https`](#spec.userConfig.private_access.clickhouse_https-property){: name='spec.userConfig.private_access.clickhouse_https-property'} (boolean). Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- [`clickhouse_mysql`](#spec.userConfig.private_access.clickhouse_mysql-property){: name='spec.userConfig.private_access.clickhouse_mysql-property'} (boolean). Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
- [`prometheus`](#spec.userConfig.private_access.prometheus-property){: name='spec.userConfig.private_access.prometheus-property'} (boolean). Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.

### privatelink_access {: #spec.userConfig.privatelink_access }
Expand All @@ -172,6 +173,7 @@ Allow access to selected service components through Privatelink.

- [`clickhouse`](#spec.userConfig.privatelink_access.clickhouse-property){: name='spec.userConfig.privatelink_access.clickhouse-property'} (boolean). Enable clickhouse.
- [`clickhouse_https`](#spec.userConfig.privatelink_access.clickhouse_https-property){: name='spec.userConfig.privatelink_access.clickhouse_https-property'} (boolean). Enable clickhouse_https.
- [`clickhouse_mysql`](#spec.userConfig.privatelink_access.clickhouse_mysql-property){: name='spec.userConfig.privatelink_access.clickhouse_mysql-property'} (boolean). Enable clickhouse_mysql.
- [`prometheus`](#spec.userConfig.privatelink_access.prometheus-property){: name='spec.userConfig.privatelink_access.prometheus-property'} (boolean). Enable prometheus.

### public_access {: #spec.userConfig.public_access }
Expand All @@ -184,5 +186,6 @@ Allow access to selected service ports from the public Internet.

- [`clickhouse`](#spec.userConfig.public_access.clickhouse-property){: name='spec.userConfig.public_access.clickhouse-property'} (boolean). Allow clients to connect to clickhouse from the public internet for service nodes that are in a project VPC or another type of private network.
- [`clickhouse_https`](#spec.userConfig.public_access.clickhouse_https-property){: name='spec.userConfig.public_access.clickhouse_https-property'} (boolean). Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network.
- [`clickhouse_mysql`](#spec.userConfig.public_access.clickhouse_mysql-property){: name='spec.userConfig.public_access.clickhouse_mysql-property'} (boolean). Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network.
- [`prometheus`](#spec.userConfig.public_access.prometheus-property){: name='spec.userConfig.public_access.prometheus-property'} (boolean). Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.

2 changes: 1 addition & 1 deletion docs/docs/api-reference/serviceintegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Kafka MirrorMaker configuration values.
- [`producer_buffer_memory`](#spec.kafkaMirrormaker.kafka_mirrormaker.producer_buffer_memory-property){: name='spec.kafkaMirrormaker.kafka_mirrormaker.producer_buffer_memory-property'} (integer, Minimum: 5242880, Maximum: 134217728). The amount of bytes producer can use for buffering data before publishing to broker.
- [`producer_compression_type`](#spec.kafkaMirrormaker.kafka_mirrormaker.producer_compression_type-property){: name='spec.kafkaMirrormaker.kafka_mirrormaker.producer_compression_type-property'} (string, Enum: `gzip`, `snappy`, `lz4`, `zstd`, `none`). Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
- [`producer_linger_ms`](#spec.kafkaMirrormaker.kafka_mirrormaker.producer_linger_ms-property){: name='spec.kafkaMirrormaker.kafka_mirrormaker.producer_linger_ms-property'} (integer, Minimum: 0, Maximum: 5000). The linger time (ms) for waiting new data to arrive for publishing.
- [`producer_max_request_size`](#spec.kafkaMirrormaker.kafka_mirrormaker.producer_max_request_size-property){: name='spec.kafkaMirrormaker.kafka_mirrormaker.producer_max_request_size-property'} (integer, Minimum: 0, Maximum: 67108864). The maximum request size in bytes.
- [`producer_max_request_size`](#spec.kafkaMirrormaker.kafka_mirrormaker.producer_max_request_size-property){: name='spec.kafkaMirrormaker.kafka_mirrormaker.producer_max_request_size-property'} (integer, Minimum: 0, Maximum: 268435456). The maximum request size in bytes.

## logs {: #spec.logs }

Expand Down

0 comments on commit 9e08a84

Please sign in to comment.