Skip to content

Commit 74dcda6

Browse files
committed
chore(deps): bump CRDs version from 0.21.0 to 0.22.0
1 parent 4c200e7 commit 74dcda6

File tree

36 files changed

+1882
-84
lines changed

36 files changed

+1882
-84
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LIBRARY_VERSION:=0.1.0
2-
PROVIDER_VERSION:=0.21.0
2+
PROVIDER_VERSION:=0.22.0
33
JSONNET_BIN:=jrsonnet
44
CROSSPLANE?=crossplane
55
REGISTRY?=ghcr.io

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/grafanaplane@0.1.0-0.21.0
14+
jb install github.com/grafana/grafana-crossplane-libsonnet/grafanaplane@0.1.0-0.22.0
1515
```
1616

1717
## Usage

docs/raw/alerting/v1alpha1/ruleGroup/spec/parameters/forProvider/rule/index.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* [data](data/index.md)
88
* [notificationSettings](notificationSettings.md)
9+
* [record](record.md)
910

1011
## Index
1112

@@ -23,6 +24,8 @@
2324
* [`fn withNoDataState(value)`](#fn-withnodatastate)
2425
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
2526
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
27+
* [`fn withRecord(value)`](#fn-withrecord)
28+
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)
2629

2730
## Fields
2831

@@ -181,8 +184,8 @@ PARAMETERS:
181184

182185
* **value** (`array`)
183186

184-
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
185-
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
187+
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
188+
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
186189
### fn withNotificationSettingsMixin
187190

188191
```jsonnet
@@ -193,5 +196,29 @@ PARAMETERS:
193196

194197
* **value** (`array`)
195198

196-
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
197-
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
199+
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
200+
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
201+
### fn withRecord
202+
203+
```jsonnet
204+
withRecord(value)
205+
```
206+
207+
PARAMETERS:
208+
209+
* **value** (`array`)
210+
211+
(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
212+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
213+
### fn withRecordMixin
214+
215+
```jsonnet
216+
withRecordMixin(value)
217+
```
218+
219+
PARAMETERS:
220+
221+
* **value** (`array`)
222+
223+
(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
224+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# record
2+
3+
4+
5+
## Index
6+
7+
* [`fn withFrom(value)`](#fn-withfrom)
8+
* [`fn withMetric(value)`](#fn-withmetric)
9+
10+
## Fields
11+
12+
### fn withFrom
13+
14+
```jsonnet
15+
withFrom(value)
16+
```
17+
18+
PARAMETERS:
19+
20+
* **value** (`string`)
21+
22+
(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
23+
The ref id of the query node in the data field to use as the source of the metric.
24+
### fn withMetric
25+
26+
```jsonnet
27+
withMetric(value)
28+
```
29+
30+
PARAMETERS:
31+
32+
* **value** (`string`)
33+
34+
(String) The name of the metric to write to.
35+
The name of the metric to write to.

docs/raw/alerting/v1alpha1/ruleGroup/spec/parameters/initProvider/rule/index.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* [data](data/index.md)
88
* [notificationSettings](notificationSettings.md)
9+
* [record](record.md)
910

1011
## Index
1112

@@ -23,6 +24,8 @@
2324
* [`fn withNoDataState(value)`](#fn-withnodatastate)
2425
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
2526
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
27+
* [`fn withRecord(value)`](#fn-withrecord)
28+
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)
2629

2730
## Fields
2831

@@ -181,8 +184,8 @@ PARAMETERS:
181184

182185
* **value** (`array`)
183186

184-
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
185-
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
187+
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
188+
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
186189
### fn withNotificationSettingsMixin
187190

188191
```jsonnet
@@ -193,5 +196,29 @@ PARAMETERS:
193196

194197
* **value** (`array`)
195198

196-
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled. (see below for nested schema)
197-
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
199+
(Block List, Max: 1) Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled. (see below for nested schema)
200+
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
201+
### fn withRecord
202+
203+
```jsonnet
204+
withRecord(value)
205+
```
206+
207+
PARAMETERS:
208+
209+
* **value** (`array`)
210+
211+
(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
212+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
213+
### fn withRecordMixin
214+
215+
```jsonnet
216+
withRecordMixin(value)
217+
```
218+
219+
PARAMETERS:
220+
221+
* **value** (`array`)
222+
223+
(Block List, Max: 1) Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled. (see below for nested schema)
224+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# record
2+
3+
4+
5+
## Index
6+
7+
* [`fn withFrom(value)`](#fn-withfrom)
8+
* [`fn withMetric(value)`](#fn-withmetric)
9+
10+
## Fields
11+
12+
### fn withFrom
13+
14+
```jsonnet
15+
withFrom(value)
16+
```
17+
18+
PARAMETERS:
19+
20+
* **value** (`string`)
21+
22+
(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
23+
The ref id of the query node in the data field to use as the source of the metric.
24+
### fn withMetric
25+
26+
```jsonnet
27+
withMetric(value)
28+
```
29+
30+
PARAMETERS:
31+
32+
* **value** (`string`)
33+
34+
(String) The name of the metric to write to.
35+
The name of the metric to write to.

0 commit comments

Comments
 (0)