Skip to content

Commit 1ecc61c

Browse files
authored
chore: generate from v0.30.0 provider (#43)
1 parent 5e769dd commit 1ecc61c

177 files changed

Lines changed: 36749 additions & 5602 deletions

File tree

Some content is hidden

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LIBRARY_VERSION:=0.6.0
2-
PROVIDER_VERSION:=0.26.0
1+
LIBRARY_VERSION:=0.7.0
2+
PROVIDER_VERSION:=0.30.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.6.0-0.26.0
14+
jb install github.com/grafana/grafana-crossplane-libsonnet/grafanaplane@0.7.0-0.30.0
1515
```
1616

1717
## Usage

docs/configurations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ local configurations = grafanaplane.configurations;
1414
configuration.cloudprovider,
1515
configuration.connections,
1616
configuration.enterprise,
17+
configuration.fleetmanagement,
18+
configuration.frontendobservability,
19+
configuration.k6,
1720
configuration.ml,
1821
configuration.oncall,
1922
configuration.oss,

docs/raw/alerting/v1alpha1/contactPoint/spec/parameters/forProvider/victorops.md

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
* [`fn withSettingsSecretRef(value)`](#fn-withsettingssecretref)
1111
* [`fn withSettingsSecretRefMixin(value)`](#fn-withsettingssecretrefmixin)
1212
* [`fn withTitle(value)`](#fn-withtitle)
13-
* [`fn withUrl(value)`](#fn-withurl)
13+
* [`fn withUrlSecretRef(value)`](#fn-withurlsecretref)
14+
* [`fn withUrlSecretRefMixin(value)`](#fn-withurlsecretrefmixin)
1415
* [`obj settingsSecretRef`](#obj-settingssecretref)
1516
* [`fn withName(value)`](#fn-settingssecretrefwithname)
1617
* [`fn withNamespace(value)`](#fn-settingssecretrefwithnamespace)
18+
* [`obj urlSecretRef`](#obj-urlsecretref)
19+
* [`fn withKey(value)`](#fn-urlsecretrefwithkey)
20+
* [`fn withName(value)`](#fn-urlsecretrefwithname)
21+
* [`fn withNamespace(value)`](#fn-urlsecretrefwithnamespace)
1722

1823
## Fields
1924

@@ -90,15 +95,27 @@ PARAMETERS:
9095

9196
(String) The templated title of the message.
9297
Templated title to display.
93-
### fn withUrl
98+
### fn withUrlSecretRef
9499

95100
```jsonnet
96-
withUrl(value)
101+
withUrlSecretRef(value)
97102
```
98103

99104
PARAMETERS:
100105

101-
* **value** (`string`)
106+
* **value** (`object`)
107+
108+
(String) The URL of the Alertmanager instance.
109+
The VictorOps webhook URL.
110+
### fn withUrlSecretRefMixin
111+
112+
```jsonnet
113+
withUrlSecretRefMixin(value)
114+
```
115+
116+
PARAMETERS:
117+
118+
* **value** (`object`)
102119

103120
(String) The URL of the Alertmanager instance.
104121
The VictorOps webhook URL.
@@ -126,4 +143,40 @@ PARAMETERS:
126143

127144
* **value** (`string`)
128145

146+
Namespace of the secret.
147+
### obj urlSecretRef
148+
149+
150+
#### fn urlSecretRef.withKey
151+
152+
```jsonnet
153+
urlSecretRef.withKey(value)
154+
```
155+
156+
PARAMETERS:
157+
158+
* **value** (`string`)
159+
160+
The key to select.
161+
#### fn urlSecretRef.withName
162+
163+
```jsonnet
164+
urlSecretRef.withName(value)
165+
```
166+
167+
PARAMETERS:
168+
169+
* **value** (`string`)
170+
171+
Name of the secret.
172+
#### fn urlSecretRef.withNamespace
173+
174+
```jsonnet
175+
urlSecretRef.withNamespace(value)
176+
```
177+
178+
PARAMETERS:
179+
180+
* **value** (`string`)
181+
129182
Namespace of the secret.

docs/raw/alerting/v1alpha1/contactPoint/spec/parameters/forProvider/webhook.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* [`fn withSettingsSecretRef(value)`](#fn-withsettingssecretref)
1818
* [`fn withSettingsSecretRefMixin(value)`](#fn-withsettingssecretrefmixin)
1919
* [`fn withTitle(value)`](#fn-withtitle)
20+
* [`fn withTlsConfigSecretRef(value)`](#fn-withtlsconfigsecretref)
21+
* [`fn withTlsConfigSecretRefMixin(value)`](#fn-withtlsconfigsecretrefmixin)
2022
* [`fn withUrl(value)`](#fn-withurl)
2123
* [`obj authorizationCredentialsSecretRef`](#obj-authorizationcredentialssecretref)
2224
* [`fn withKey(value)`](#fn-authorizationcredentialssecretrefwithkey)
@@ -29,6 +31,9 @@
2931
* [`obj settingsSecretRef`](#obj-settingssecretref)
3032
* [`fn withName(value)`](#fn-settingssecretrefwithname)
3133
* [`fn withNamespace(value)`](#fn-settingssecretrefwithnamespace)
34+
* [`obj tlsConfigSecretRef`](#obj-tlsconfigsecretref)
35+
* [`fn withName(value)`](#fn-tlsconfigsecretrefwithname)
36+
* [`fn withNamespace(value)`](#fn-tlsconfigsecretrefwithnamespace)
3237

3338
## Fields
3439

@@ -189,6 +194,30 @@ PARAMETERS:
189194

190195
(String) The templated title of the message.
191196
Templated title of the message.
197+
### fn withTlsConfigSecretRef
198+
199+
```jsonnet
200+
withTlsConfigSecretRef(value)
201+
```
202+
203+
PARAMETERS:
204+
205+
* **value** (`object`)
206+
207+
(Map of String, Sensitive) Allows configuring TLS for the webhook notifier.
208+
Allows configuring TLS for the webhook notifier.
209+
### fn withTlsConfigSecretRefMixin
210+
211+
```jsonnet
212+
withTlsConfigSecretRefMixin(value)
213+
```
214+
215+
PARAMETERS:
216+
217+
* **value** (`object`)
218+
219+
(Map of String, Sensitive) Allows configuring TLS for the webhook notifier.
220+
Allows configuring TLS for the webhook notifier.
192221
### fn withUrl
193222

194223
```jsonnet
@@ -297,4 +326,29 @@ PARAMETERS:
297326

298327
* **value** (`string`)
299328

329+
Namespace of the secret.
330+
### obj tlsConfigSecretRef
331+
332+
333+
#### fn tlsConfigSecretRef.withName
334+
335+
```jsonnet
336+
tlsConfigSecretRef.withName(value)
337+
```
338+
339+
PARAMETERS:
340+
341+
* **value** (`string`)
342+
343+
Name of the secret.
344+
#### fn tlsConfigSecretRef.withNamespace
345+
346+
```jsonnet
347+
tlsConfigSecretRef.withNamespace(value)
348+
```
349+
350+
PARAMETERS:
351+
352+
* **value** (`string`)
353+
300354
Namespace of the secret.

docs/raw/alerting/v1alpha1/contactPoint/spec/parameters/initProvider/victorops.md

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
* [`fn withSettingsSecretRef(value)`](#fn-withsettingssecretref)
1111
* [`fn withSettingsSecretRefMixin(value)`](#fn-withsettingssecretrefmixin)
1212
* [`fn withTitle(value)`](#fn-withtitle)
13-
* [`fn withUrl(value)`](#fn-withurl)
13+
* [`fn withUrlSecretRef(value)`](#fn-withurlsecretref)
14+
* [`fn withUrlSecretRefMixin(value)`](#fn-withurlsecretrefmixin)
15+
* [`obj urlSecretRef`](#obj-urlsecretref)
16+
* [`fn withKey(value)`](#fn-urlsecretrefwithkey)
17+
* [`fn withName(value)`](#fn-urlsecretrefwithname)
18+
* [`fn withNamespace(value)`](#fn-urlsecretrefwithnamespace)
1419

1520
## Fields
1621

@@ -85,15 +90,63 @@ PARAMETERS:
8590

8691
(String) The templated title of the message.
8792
Templated title to display.
88-
### fn withUrl
93+
### fn withUrlSecretRef
8994

9095
```jsonnet
91-
withUrl(value)
96+
withUrlSecretRef(value)
9297
```
9398

9499
PARAMETERS:
95100

96-
* **value** (`string`)
101+
* **value** (`object`)
97102

98103
(String) The URL of the Alertmanager instance.
99-
The VictorOps webhook URL.
104+
The VictorOps webhook URL.
105+
### fn withUrlSecretRefMixin
106+
107+
```jsonnet
108+
withUrlSecretRefMixin(value)
109+
```
110+
111+
PARAMETERS:
112+
113+
* **value** (`object`)
114+
115+
(String) The URL of the Alertmanager instance.
116+
The VictorOps webhook URL.
117+
### obj urlSecretRef
118+
119+
120+
#### fn urlSecretRef.withKey
121+
122+
```jsonnet
123+
urlSecretRef.withKey(value)
124+
```
125+
126+
PARAMETERS:
127+
128+
* **value** (`string`)
129+
130+
The key to select.
131+
#### fn urlSecretRef.withName
132+
133+
```jsonnet
134+
urlSecretRef.withName(value)
135+
```
136+
137+
PARAMETERS:
138+
139+
* **value** (`string`)
140+
141+
Name of the secret.
142+
#### fn urlSecretRef.withNamespace
143+
144+
```jsonnet
145+
urlSecretRef.withNamespace(value)
146+
```
147+
148+
PARAMETERS:
149+
150+
* **value** (`string`)
151+
152+
Namespace of the secret.

docs/raw/alerting/v1alpha1/contactPoint/spec/parameters/initProvider/webhook.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* [`fn withSettingsSecretRef(value)`](#fn-withsettingssecretref)
1818
* [`fn withSettingsSecretRefMixin(value)`](#fn-withsettingssecretrefmixin)
1919
* [`fn withTitle(value)`](#fn-withtitle)
20+
* [`fn withTlsConfigSecretRef(value)`](#fn-withtlsconfigsecretref)
21+
* [`fn withTlsConfigSecretRefMixin(value)`](#fn-withtlsconfigsecretrefmixin)
2022
* [`fn withUrl(value)`](#fn-withurl)
2123
* [`obj authorizationCredentialsSecretRef`](#obj-authorizationcredentialssecretref)
2224
* [`fn withKey(value)`](#fn-authorizationcredentialssecretrefwithkey)
@@ -184,6 +186,28 @@ PARAMETERS:
184186

185187
(String) The templated title of the message.
186188
Templated title of the message.
189+
### fn withTlsConfigSecretRef
190+
191+
```jsonnet
192+
withTlsConfigSecretRef(value)
193+
```
194+
195+
PARAMETERS:
196+
197+
* **value** (`object`)
198+
199+
200+
### fn withTlsConfigSecretRefMixin
201+
202+
```jsonnet
203+
withTlsConfigSecretRefMixin(value)
204+
```
205+
206+
PARAMETERS:
207+
208+
* **value** (`object`)
209+
210+
187211
### fn withUrl
188212

189213
```jsonnet

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
* [`fn withExecErrState(value)`](#fn-withexecerrstate)
1919
* [`fn withFor(value)`](#fn-withfor)
2020
* [`fn withIsPaused(value=true)`](#fn-withispaused)
21+
* [`fn withKeepFiringFor(value)`](#fn-withkeepfiringfor)
2122
* [`fn withLabels(value)`](#fn-withlabels)
2223
* [`fn withLabelsMixin(value)`](#fn-withlabelsmixin)
24+
* [`fn withMissingSeriesEvalsToResolve(value)`](#fn-withmissingseriesevalstoresolve)
2325
* [`fn withName(value)`](#fn-withname)
2426
* [`fn withNoDataState(value)`](#fn-withnodatastate)
2527
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
@@ -40,8 +42,8 @@ PARAMETERS:
4042

4143
* **value** (`object`)
4244

43-
value pairs of metadata to attach to the alert rule. They add additional information, such as a summary or runbook_url, to help identify and investigate alerts. The dashboardUId and panelId annotations, which link alerts to a panel, must be set together. Defaults to map[].
44-
Key-value pairs of metadata to attach to the alert rule. They add additional information, such as a `summary` or `runbook_url`, to help identify and investigate alerts. The `dashboardUId` and `panelId` annotations, which link alerts to a panel, must be set together. Defaults to `map[]`.
45+
value pairs of metadata to attach to the alert rule. They add additional information, such as a summary or runbook_url, to help identify and investigate alerts. The __dashboardUid__ and __panelId__ annotations, which link alerts to a panel, must be set together. Defaults to map[].
46+
Key-value pairs of metadata to attach to the alert rule. They add additional information, such as a `summary` or `runbook_url`, to help identify and investigate alerts. The `__dashboardUid__` and `__panelId__` annotations, which link alerts to a panel, must be set together. Defaults to `map[]`.
4547
### fn withAnnotationsMixin
4648

4749
```jsonnet
@@ -52,8 +54,8 @@ PARAMETERS:
5254

5355
* **value** (`object`)
5456

55-
value pairs of metadata to attach to the alert rule. They add additional information, such as a summary or runbook_url, to help identify and investigate alerts. The dashboardUId and panelId annotations, which link alerts to a panel, must be set together. Defaults to map[].
56-
Key-value pairs of metadata to attach to the alert rule. They add additional information, such as a `summary` or `runbook_url`, to help identify and investigate alerts. The `dashboardUId` and `panelId` annotations, which link alerts to a panel, must be set together. Defaults to `map[]`.
57+
value pairs of metadata to attach to the alert rule. They add additional information, such as a summary or runbook_url, to help identify and investigate alerts. The __dashboardUid__ and __panelId__ annotations, which link alerts to a panel, must be set together. Defaults to map[].
58+
Key-value pairs of metadata to attach to the alert rule. They add additional information, such as a `summary` or `runbook_url`, to help identify and investigate alerts. The `__dashboardUid__` and `__panelId__` annotations, which link alerts to a panel, must be set together. Defaults to `map[]`.
5759
### fn withCondition
5860

5961
```jsonnet
@@ -127,6 +129,18 @@ PARAMETERS:
127129

128130
(Boolean) Sets whether the alert should be paused or not. Defaults to false.
129131
Sets whether the alert should be paused or not. Defaults to `false`.
132+
### fn withKeepFiringFor
133+
134+
```jsonnet
135+
withKeepFiringFor(value)
136+
```
137+
138+
PARAMETERS:
139+
140+
* **value** (`string`)
141+
142+
(String) The amount of time for which the rule will considered to be Recovering after initially Firing. Before this time has elapsed, the rule will continue to fire once it's been triggered.
143+
The amount of time for which the rule will considered to be Recovering after initially Firing. Before this time has elapsed, the rule will continue to fire once it's been triggered.
130144
### fn withLabels
131145

132146
```jsonnet
@@ -151,6 +165,18 @@ PARAMETERS:
151165

152166
value pairs to attach to the alert rule that can be used in matching, grouping, and routing. Defaults to map[].
153167
Key-value pairs to attach to the alert rule that can be used in matching, grouping, and routing. Defaults to `map[]`.
168+
### fn withMissingSeriesEvalsToResolve
169+
170+
```jsonnet
171+
withMissingSeriesEvalsToResolve(value)
172+
```
173+
174+
PARAMETERS:
175+
176+
* **value** (`number`)
177+
178+
(Number) The number of missing series evaluations that must occur before the rule is considered to be resolved.
179+
The number of missing series evaluations that must occur before the rule is considered to be resolved.
154180
### fn withName
155181

156182
```jsonnet

0 commit comments

Comments
 (0)