-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update provider CRDs to v0.24.0 (#32)
- Loading branch information
Showing
180 changed files
with
60,646 additions
and
11,567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Most of this library is generated: the Compositions/XRDs packages, Configuration | |
## Install | ||
|
||
``` | ||
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].22.0 | ||
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].24.0 | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# cloudprovider | ||
|
||
|
||
|
||
## Subpackages | ||
|
||
* [v1alpha1.awsAccount](v1alpha1/awsAccount.md) | ||
* [v1alpha1.awsCloudwatchScrapeJob](v1alpha1/awsCloudwatchScrapeJob/index.md) | ||
* [v1alpha1.azureCredential](v1alpha1/azureCredential/index.md) |
Large diffs are not rendered by default.
Oops, something went wrong.
1,461 changes: 1,461 additions & 0 deletions
1,461
docs/raw/cloudprovider/v1alpha1/awsCloudwatchScrapeJob/index.md
Large diffs are not rendered by default.
Oops, something went wrong.
65 changes: 65 additions & 0 deletions
65
...ha1/awsCloudwatchScrapeJob/spec/parameters/forProvider/customNamespace/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# customNamespace | ||
|
||
|
||
|
||
## Subpackages | ||
|
||
* [metric](metric.md) | ||
|
||
## Index | ||
|
||
* [`fn withMetric(value)`](#fn-withmetric) | ||
* [`fn withMetricMixin(value)`](#fn-withmetricmixin) | ||
* [`fn withName(value)`](#fn-withname) | ||
* [`fn withScrapeIntervalSeconds(value)`](#fn-withscrapeintervalseconds) | ||
|
||
## Fields | ||
|
||
### fn withMetric | ||
|
||
```jsonnet | ||
withMetric(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withMetricMixin | ||
|
||
```jsonnet | ||
withMetricMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withName | ||
|
||
```jsonnet | ||
withName(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The name of the CloudWatch Scrape Job. | ||
The name of the custom namespace to scrape. | ||
### fn withScrapeIntervalSeconds | ||
|
||
```jsonnet | ||
withScrapeIntervalSeconds(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`number`) | ||
|
||
(Number) The interval in seconds to scrape the custom namespace. | ||
The interval in seconds to scrape the custom namespace. |
48 changes: 48 additions & 0 deletions
48
...a1/awsCloudwatchScrapeJob/spec/parameters/forProvider/customNamespace/metric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# metric | ||
|
||
|
||
|
||
## Index | ||
|
||
* [`fn withName(value)`](#fn-withname) | ||
* [`fn withStatistics(value)`](#fn-withstatistics) | ||
* [`fn withStatisticsMixin(value)`](#fn-withstatisticsmixin) | ||
|
||
## Fields | ||
|
||
### fn withName | ||
|
||
```jsonnet | ||
withName(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The name of the CloudWatch Scrape Job. | ||
The name of the metric to scrape. | ||
### fn withStatistics | ||
|
||
```jsonnet | ||
withStatistics(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of statistics to scrape. | ||
A set of statistics to scrape. | ||
### fn withStatisticsMixin | ||
|
||
```jsonnet | ||
withStatisticsMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of statistics to scrape. | ||
A set of statistics to scrape. |
118 changes: 118 additions & 0 deletions
118
...er/v1alpha1/awsCloudwatchScrapeJob/spec/parameters/forProvider/service/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# service | ||
|
||
|
||
|
||
## Subpackages | ||
|
||
* [metric](metric.md) | ||
* [resourceDiscoveryTagFilter](resourceDiscoveryTagFilter.md) | ||
|
||
## Index | ||
|
||
* [`fn withMetric(value)`](#fn-withmetric) | ||
* [`fn withMetricMixin(value)`](#fn-withmetricmixin) | ||
* [`fn withName(value)`](#fn-withname) | ||
* [`fn withResourceDiscoveryTagFilter(value)`](#fn-withresourcediscoverytagfilter) | ||
* [`fn withResourceDiscoveryTagFilterMixin(value)`](#fn-withresourcediscoverytagfiltermixin) | ||
* [`fn withScrapeIntervalSeconds(value)`](#fn-withscrapeintervalseconds) | ||
* [`fn withTagsToAddToMetrics(value)`](#fn-withtagstoaddtometrics) | ||
* [`fn withTagsToAddToMetricsMixin(value)`](#fn-withtagstoaddtometricsmixin) | ||
|
||
## Fields | ||
|
||
### fn withMetric | ||
|
||
```jsonnet | ||
withMetric(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure metrics and their statistics to scrape. Please note that AWS metric names must be supplied, and not their PromQL counterparts. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withMetricMixin | ||
|
||
```jsonnet | ||
withMetricMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure metrics and their statistics to scrape. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure metrics and their statistics to scrape. Please note that AWS metric names must be supplied, and not their PromQL counterparts. Each block must represent a distinct metric name. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withName | ||
|
||
```jsonnet | ||
withName(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The name of the CloudWatch Scrape Job. | ||
The name of the service to scrape. See https://grafana.com/docs/grafana-cloud/monitor-infrastructure/aws/cloudwatch-metrics/services/ for supported services. | ||
### fn withResourceDiscoveryTagFilter | ||
|
||
```jsonnet | ||
withResourceDiscoveryTagFilter(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure tag filters applied to discovery of resource entities in the associated AWS account. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure tag filters applied to discovery of resource entities in the associated AWS account. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withResourceDiscoveryTagFilterMixin | ||
|
||
```jsonnet | ||
withResourceDiscoveryTagFilterMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Block List) One or more configuration blocks to configure tag filters applied to discovery of resource entities in the associated AWS account. When accessing this as an attribute reference, it is a list of objects. (see below for nested schema) | ||
One or more configuration blocks to configure tag filters applied to discovery of resource entities in the associated AWS account. When accessing this as an attribute reference, it is a list of objects. | ||
### fn withScrapeIntervalSeconds | ||
|
||
```jsonnet | ||
withScrapeIntervalSeconds(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`number`) | ||
|
||
(Number) The interval in seconds to scrape the custom namespace. | ||
The interval in seconds to scrape the service. See https://grafana.com/docs/grafana-cloud/monitor-infrastructure/aws/cloudwatch-metrics/services/ for supported scrape intervals. | ||
### fn withTagsToAddToMetrics | ||
|
||
```jsonnet | ||
withTagsToAddToMetrics(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of tags to add to all metrics exported by this scrape job, for use in PromQL queries. | ||
A set of tags to add to all metrics exported by this scrape job, for use in PromQL queries. | ||
### fn withTagsToAddToMetricsMixin | ||
|
||
```jsonnet | ||
withTagsToAddToMetricsMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of tags to add to all metrics exported by this scrape job, for use in PromQL queries. | ||
A set of tags to add to all metrics exported by this scrape job, for use in PromQL queries. |
48 changes: 48 additions & 0 deletions
48
...r/v1alpha1/awsCloudwatchScrapeJob/spec/parameters/forProvider/service/metric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# metric | ||
|
||
|
||
|
||
## Index | ||
|
||
* [`fn withName(value)`](#fn-withname) | ||
* [`fn withStatistics(value)`](#fn-withstatistics) | ||
* [`fn withStatisticsMixin(value)`](#fn-withstatisticsmixin) | ||
|
||
## Fields | ||
|
||
### fn withName | ||
|
||
```jsonnet | ||
withName(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The name of the CloudWatch Scrape Job. | ||
The name of the metric to scrape. | ||
### fn withStatistics | ||
|
||
```jsonnet | ||
withStatistics(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of statistics to scrape. | ||
A set of statistics to scrape. | ||
### fn withStatisticsMixin | ||
|
||
```jsonnet | ||
withStatisticsMixin(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`array`) | ||
|
||
(Set of String) A set of statistics to scrape. | ||
A set of statistics to scrape. |
35 changes: 35 additions & 0 deletions
35
...atchScrapeJob/spec/parameters/forProvider/service/resourceDiscoveryTagFilter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# resourceDiscoveryTagFilter | ||
|
||
|
||
|
||
## Index | ||
|
||
* [`fn withKey(value)`](#fn-withkey) | ||
* [`fn withValue(value)`](#fn-withvalue) | ||
|
||
## Fields | ||
|
||
### fn withKey | ||
|
||
```jsonnet | ||
withKey(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The key of the tag filter. | ||
The key of the tag filter. | ||
### fn withValue | ||
|
||
```jsonnet | ||
withValue(value) | ||
``` | ||
|
||
PARAMETERS: | ||
|
||
* **value** (`string`) | ||
|
||
(String) The value of the tag filter. | ||
The value of the tag filter. |
Oops, something went wrong.