Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-11-19) (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 19, 2024
1 parent dea6506 commit 0f7a492
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
4 changes: 2 additions & 2 deletions pkg/dist/integration_endpoint_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ autoscaler:
description: Configure autoscaling thresholds for a service
type: array
items:
title: AutoscalingProperties
description: Generic model
title: Autoscaling properties
description: Autoscaling properties for a service
type: object
required:
- type
Expand Down
3 changes: 3 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@ kafka_connect:
type: string
max_length: 249
example: __connect_status
kafka_connect_postgresql:
title: Integration user config
type: object
kafka_logs:
type: object
required:
Expand Down
46 changes: 23 additions & 23 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3139,15 +3139,15 @@ kafka:
description: 'Configure external secret providers in order to reference external secrets in connector configuration. Currently Hashicorp Vault (provider: vault, auth_method: token) and AWS Secrets Manager (provider: aws, auth_method: credentials) are supported. Secrets can be referenced in connector config with ${<provider_name>:<secret_path>:<key_name>}'
type: array
items:
title: SecretProvider
description: Generic model
title: Kafka Connect secret provider
description: Configure external secret providers in order to reference external secrets in connector configuration. Currently Hashicorp Vault and AWS Secrets Manager are supported.
type: object
required:
- name
properties:
aws:
title: AWS config for Secret Provider
description: Generic model
description: AWS secret provider configuration
type: object
required:
- auth_method
Expand Down Expand Up @@ -3177,7 +3177,7 @@ kafka:
type: string
vault:
title: Vault Config for Secret Provider
description: Generic model
description: Vault secret provider configuration
type: object
required:
- auth_method
Expand Down Expand Up @@ -3703,15 +3703,15 @@ kafka_connect:
description: 'Configure external secret providers in order to reference external secrets in connector configuration. Currently Hashicorp Vault (provider: vault, auth_method: token) and AWS Secrets Manager (provider: aws, auth_method: credentials) are supported. Secrets can be referenced in connector config with ${<provider_name>:<secret_path>:<key_name>}'
type: array
items:
title: SecretProvider
description: Generic model
title: Kafka Connect secret provider
description: Configure external secret providers in order to reference external secrets in connector configuration. Currently Hashicorp Vault and AWS Secrets Manager are supported.
type: object
required:
- name
properties:
aws:
title: AWS config for Secret Provider
description: Generic model
description: AWS secret provider configuration
type: object
required:
- auth_method
Expand Down Expand Up @@ -3741,7 +3741,7 @@ kafka_connect:
type: string
vault:
title: Vault Config for Secret Provider
description: Generic model
description: Vault secret provider configuration
type: object
required:
- auth_method
Expand Down Expand Up @@ -4878,9 +4878,9 @@ opensearch:
title: Elasticsearch major version
type: string
enum:
- value: "7"
- value: "1"
- value: "2"
- value: "7"
gcs_migration:
description: Google Cloud Storage migration settings
type: object
Expand Down Expand Up @@ -7170,8 +7170,8 @@ thanos:
type: object
properties:
compactor:
title: ThanosCompactorUserConfig
description: Generic model
title: Thanos Compactor User Configuration
description: Configuration options for Thanos Compactor.
type: object
properties:
retention.days:
Expand Down Expand Up @@ -7273,8 +7273,8 @@ thanos:
type: boolean
example: true
query:
title: ThanosQueryUserConfig
description: Generic model
title: Thanos Query User Configuration
description: Configuration options for Thanos Query.
type: object
properties:
query.default-evaluation-interval:
Expand Down Expand Up @@ -7316,8 +7316,8 @@ thanos:
minimum: 0
maximum: 1e+08
query-frontend:
title: ThanosQueryFrontendUserConfig
description: Generic model
title: Thanos Query Frontend User Configuration
description: Configuration options for Thanos Query Frontend.
type: object
properties:
query-range.align-range-with-step:
Expand All @@ -7326,16 +7326,16 @@ thanos:
type: boolean
default: true
receiver-ingesting:
title: CommonReceiveUserConfig
description: Generic model
title: Common Thanos Receive User Configuration
description: Common configuration options for Thanos Receive.
type: object
receiver-routing:
title: ThanosReceiveRoutingUserConfig
description: Generic model
title: Thanos Receive Routing User Configuration
description: Configuration options for Thanos Receive Routing.
type: object
ruler:
title: ThanosRulerUserConfig
description: Generic model
title: Thanos Ruler User Configuration
description: Configuration options for Thanos Ruler.
type: object
service_log:
title: Service logging
Expand All @@ -7348,8 +7348,8 @@ thanos:
type: boolean
example: true
store:
title: ThanosStoreUserConfig
description: Generic model
title: Thanos Store User Configuration
description: Configuration options for Thanos Store.
type: object
valkey:
type: object
Expand Down

0 comments on commit 0f7a492

Please sign in to comment.