Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-06-10) (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Jun 11, 2024
1 parent eb39a71 commit 1cdc786
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pkg/dist/integration_endpoint_types.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
autoscaler:
type: object
required:
- autoscaling
properties:
autoscaling:
title: List of autoscaling configurations
description: Configure autoscaling thresholds for a service
type: array
items:
title: AutoscalingProperties
description: Generic model
type: object
required:
- type
- cap_gb
properties:
cap_gb:
title: The maximum total disk size (in gb) to allow autoscaler to scale up to
type: integer
minimum: 50
maximum: 10000
example: "300"
type:
title: Type of autoscale event
max_items: 64
datadog:
type: object
required:
Expand Down
3 changes: 3 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
autoscaler:
title: Integration user config
type: object
clickhouse_kafka:
title: Integration user config
type: object
Expand Down
8 changes: 8 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ flink:
enum:
- value: "1.16"
- value: "1.19"
create_only: true
ip_filter:
title: IP filter
description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
Expand Down Expand Up @@ -2521,6 +2522,13 @@ kafka:
- value: "3.5"
- value: "3.6"
- value: "3.7"
letsencrypt_sasl_privatelink:
title: Use Letsencrypt CA for Kafka SASL via Privatelink
description: Use Letsencrypt CA for Kafka SASL via Privatelink
type:
- boolean
- "null"
example: true
private_access:
title: Allow access to selected service ports from private networks
type: object
Expand Down

0 comments on commit 1cdc786

Please sign in to comment.