Skip to content

Commit 6782ff1

Browse files
authored
feat: update provider CRDs to v0.24.0 (#32)
1 parent 6f5844b commit 6782ff1

File tree

180 files changed

+60646
-11567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+60646
-11567
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LIBRARY_VERSION:=0.5.2
2-
PROVIDER_VERSION:=0.22.0
2+
PROVIDER_VERSION:=0.24.0
33
JSONNET_BIN:=jrsonnet
44
CROSSPLANE?=crossplane
55
REGISTRY?=ghcr.io
@@ -22,6 +22,7 @@ generator/crds.yaml:
2222
grafanaplane/zz: $(GENERATOR_DEPTHS)
2323
rm -rf grafanaplane/zz && \
2424
FILES=$$($(JSONNET_BIN) \
25+
-s 1000 \
2526
-S -c -m grafanaplane \
2627
-J generator/vendor \
2728
-A 'version=$(LIBRARY_VERSION)-$(PROVIDER_VERSION)' \

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Most of this library is generated: the Compositions/XRDs packages, Configuration
1111
## Install
1212

1313
```
14-
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].22.0
14+
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].24.0
1515
```
1616

1717
## Usage

docs/configurations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ local configurations = grafanaplane.configurations;
1111
[
1212
configuration.alerting,
1313
configuration.cloud,
14+
configuration.cloudprovider,
15+
configuration.connections,
1416
configuration.enterprise,
1517
configuration.ml,
1618
configuration.oncall,

docs/raw/cloud/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* [v1alpha1.accessPolicy](v1alpha1/accessPolicy/index.md)
88
* [v1alpha1.accessPolicyToken](v1alpha1/accessPolicyToken.md)
9+
* [v1alpha1.orgMember](v1alpha1/orgMember.md)
910
* [v1alpha1.pluginInstallation](v1alpha1/pluginInstallation.md)
1011
* [v1alpha1.stack](v1alpha1/stack.md)
1112
* [v1alpha1.stackServiceAccount](v1alpha1/stackServiceAccount.md)

docs/raw/cloud/v1alpha1/orgMember.md

Lines changed: 1262 additions & 0 deletions
Large diffs are not rendered by default.

docs/raw/cloudprovider/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# cloudprovider
2+
3+
4+
5+
## Subpackages
6+
7+
* [v1alpha1.awsAccount](v1alpha1/awsAccount.md)
8+
* [v1alpha1.awsCloudwatchScrapeJob](v1alpha1/awsCloudwatchScrapeJob/index.md)
9+
* [v1alpha1.azureCredential](v1alpha1/azureCredential/index.md)

docs/raw/cloudprovider/v1alpha1/awsAccount.md

Lines changed: 1268 additions & 0 deletions
Large diffs are not rendered by default.

docs/raw/cloudprovider/v1alpha1/awsCloudwatchScrapeJob/index.md

Lines changed: 1461 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# customNamespace
2+
3+
4+
5+
## Subpackages
6+
7+
* [metric](metric.md)
8+
9+
## Index
10+
11+
* [`fn withMetric(value)`](#fn-withmetric)
12+
* [`fn withMetricMixin(value)`](#fn-withmetricmixin)
13+
* [`fn withName(value)`](#fn-withname)
14+
* [`fn withScrapeIntervalSeconds(value)`](#fn-withscrapeintervalseconds)
15+
16+
## Fields
17+
18+
### fn withMetric
19+
20+
```jsonnet
21+
withMetric(value)
22+
```
23+
24+
PARAMETERS:
25+
26+
* **value** (`array`)
27+
28+
(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)
29+
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.
30+
### fn withMetricMixin
31+
32+
```jsonnet
33+
withMetricMixin(value)
34+
```
35+
36+
PARAMETERS:
37+
38+
* **value** (`array`)
39+
40+
(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)
41+
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.
42+
### fn withName
43+
44+
```jsonnet
45+
withName(value)
46+
```
47+
48+
PARAMETERS:
49+
50+
* **value** (`string`)
51+
52+
(String) The name of the CloudWatch Scrape Job.
53+
The name of the custom namespace to scrape.
54+
### fn withScrapeIntervalSeconds
55+
56+
```jsonnet
57+
withScrapeIntervalSeconds(value)
58+
```
59+
60+
PARAMETERS:
61+
62+
* **value** (`number`)
63+
64+
(Number) The interval in seconds to scrape the custom namespace.
65+
The interval in seconds to scrape the custom namespace.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# metric
2+
3+
4+
5+
## Index
6+
7+
* [`fn withName(value)`](#fn-withname)
8+
* [`fn withStatistics(value)`](#fn-withstatistics)
9+
* [`fn withStatisticsMixin(value)`](#fn-withstatisticsmixin)
10+
11+
## Fields
12+
13+
### fn withName
14+
15+
```jsonnet
16+
withName(value)
17+
```
18+
19+
PARAMETERS:
20+
21+
* **value** (`string`)
22+
23+
(String) The name of the CloudWatch Scrape Job.
24+
The name of the metric to scrape.
25+
### fn withStatistics
26+
27+
```jsonnet
28+
withStatistics(value)
29+
```
30+
31+
PARAMETERS:
32+
33+
* **value** (`array`)
34+
35+
(Set of String) A set of statistics to scrape.
36+
A set of statistics to scrape.
37+
### fn withStatisticsMixin
38+
39+
```jsonnet
40+
withStatisticsMixin(value)
41+
```
42+
43+
PARAMETERS:
44+
45+
* **value** (`array`)
46+
47+
(Set of String) A set of statistics to scrape.
48+
A set of statistics to scrape.

0 commit comments

Comments
 (0)