[bot] [main] Automated version update (#2250)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -479,6 +479,22 @@ spec:
|
||||
required:
|
||||
- key
|
||||
type: object
|
||||
filters:
|
||||
description: 'Filters can be used optionally to filter the instance list by other criteria. Available filter criteria can be found here: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html Filter API documentation: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Filter.html'
|
||||
items:
|
||||
description: EC2Filter is the configuration for filtering EC2 instances.
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
values:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
required:
|
||||
- name
|
||||
- values
|
||||
type: object
|
||||
type: array
|
||||
port:
|
||||
description: The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule.
|
||||
type: integer
|
||||
@@ -489,6 +505,9 @@ spec:
|
||||
region:
|
||||
description: The AWS region
|
||||
type: string
|
||||
roleARN:
|
||||
description: AWS Role ARN, an alternative to using AWS API keys.
|
||||
type: string
|
||||
secretKey:
|
||||
description: SecretKey is the AWS API secret.
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user