Skip to content

Commit

Permalink
v3: regenerate from new API spec (#672)
Browse files Browse the repository at this point in the history
New changes have appeared in the API spec and egoscale v3 has been
regenerated.

Co-authored-by: Exoscale <[email protected]>
  • Loading branch information
github-actions[bot] and exoscale-build authored Dec 3, 2024
1 parent 648a603 commit e9909e8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 40 deletions.
50 changes: 30 additions & 20 deletions v3/generator/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4651,7 +4651,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -4660,7 +4661,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -4669,15 +4670,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
description: External integration DataDog configuration
sos-bucket-usage:
type: object
Expand Down Expand Up @@ -4849,7 +4851,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -4858,7 +4861,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -4867,15 +4870,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
required:
- datadog-api-key
- site
Expand Down Expand Up @@ -5246,7 +5250,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when attached
to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -5255,7 +5260,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -5264,15 +5269,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer statistics
from brokers
from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
sks-nodepool:
type: object
properties:
Expand Down Expand Up @@ -5845,7 +5851,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -5854,7 +5861,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -5863,15 +5870,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
required:
- datadog-api-key
dbaas-service-redis:
Expand Down Expand Up @@ -6080,7 +6088,8 @@ components:
description: Custom tags provided by user
disable-consumer-stats:
type: boolean
description: Disable consumer group metrics
description: Disable kafka consumer group metrics. Applies only when
attached to kafka services.
kafka-consumer-check-instances:
type: integer
format: int64
Expand All @@ -6089,7 +6098,7 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of separate instances to fetch kafka consumer statistics
with
with. Applies only when attached to kafka services.
kafka-consumer-stats-timeout:
type: integer
format: int64
Expand All @@ -6098,15 +6107,16 @@ components:
exclusiveMinimum: false
exclusiveMaximum: false
description: Number of seconds that datadog will wait to get consumer
statistics from brokers
statistics from brokers. Applies only when attached to kafka services.
max-partition-contexts:
type: integer
format: int64
minimum: 200
maximum: 200000
exclusiveMinimum: false
exclusiveMaximum: false
description: Maximum number of partition contexts to send
description: Maximum number of partition contexts to send. Applies only
when attached to kafka services.
description: External integration DataDog configuration
dbaas-kafka-acl-id:
type: string
Expand Down
40 changes: 20 additions & 20 deletions v3/schemas.go

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

0 comments on commit e9909e8

Please sign in to comment.