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 Sep 6, 2023
1 parent 23ca076 commit 12696b0
Show file tree
Hide file tree
Showing 30 changed files with 436 additions and 140 deletions.
3 changes: 2 additions & 1 deletion api/v1alpha1/userconfig/service/cassandra/cassandra.go

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

11 changes: 8 additions & 3 deletions api/v1alpha1/userconfig/service/kafka/kafka.go

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

102 changes: 102 additions & 0 deletions api/v1alpha1/userconfig/service/opensearch/opensearch.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -190,7 +184,7 @@ spec:
description: Cassandra specific user configuration options
properties:
additional_backup_regions:
description: Additional Cloud Regions for Backup Replication
description: Deprecated. Additional Cloud Regions for Backup Replication
items:
type: string
maxItems: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
6 changes: 0 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
25 changes: 16 additions & 9 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -340,6 +334,22 @@ spec:
maximum: 104857600
minimum: 1048576
type: integer
log_local_retention_bytes:
description: The maximum size of local log segments that can
grow for a partition before it gets eligible for deletion.
If set to -2, the value of log.retention.bytes is used.
The effective value should always be less than or equal
to log.retention.bytes value.
minimum: -2
type: integer
log_local_retention_ms:
description: The number of milliseconds to keep the local
log segments before it gets eligible for deletion. If set
to -2, the value of log.retention.ms is used. The effective
value should always be less than or equal to log.retention.ms
value.
minimum: -2
type: integer
log_message_downconversion_enable:
description: This configuration controls whether down-conversion
of message formats is enabled to satisfy consume requests.
Expand Down Expand Up @@ -441,9 +451,6 @@ spec:
maximum: 10000
minimum: 10
type: integer
remote_log_storage_system_enable:
description: Whether to enable the tiered storage functionality
type: boolean
replica_fetch_max_bytes:
description: The number of bytes of messages to attempt to
fetch for each partition (defaults to 1048576). This is
Expand Down
6 changes: 0 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
Loading

0 comments on commit 12696b0

Please sign in to comment.