Skip to content

Commit 4f07951

Browse files
authored
feat: generate from v0.26.0 (#36)
* feat: generate from v0.26.0 * feat: add selectorLabel parameter
1 parent bc3e7b1 commit 4f07951

263 files changed

Lines changed: 2775 additions & 196 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.5.2
2-
PROVIDER_VERSION:=0.25.0
1+
LIBRARY_VERSION:=0.6.0
2+
PROVIDER_VERSION:=0.26.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.5.2-0.25.0
14+
jb install github.com/grafana/grafana-crossplane-libsonnet/grafanaplane@0.6.0-0.26.0
1515
```
1616

1717
## Usage

docs/raw/alerting/v1alpha1/contactPoint/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
* [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin)
111111
* [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto)
112112
* [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin)
113+
* [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel)
113114
* [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref)
114115
* [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin)
115116
* [`obj forProvider`](#obj-specparametersforprovider)
@@ -977,6 +978,17 @@ contains a name, metadata and a reference to secret store config to
977978
which any connection details for this managed resource should be written.
978979
Connection details frequently include the endpoint, username,
979980
and password required to connect to the managed resource.
981+
##### fn spec.parameters.withSelectorLabel
982+
983+
```jsonnet
984+
spec.parameters.withSelectorLabel(value)
985+
```
986+
987+
PARAMETERS:
988+
989+
* **value** (`string`)
990+
991+
Configure a custom label for use with selector.matchLabels.
980992
##### fn spec.parameters.withWriteConnectionSecretToRef
981993

982994
```jsonnet

docs/raw/alerting/v1alpha1/messageTemplate.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
* [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin)
6666
* [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto)
6767
* [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin)
68+
* [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel)
6869
* [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref)
6970
* [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin)
7071
* [`obj forProvider`](#obj-specparametersforprovider)
@@ -850,6 +851,17 @@ contains a name, metadata and a reference to secret store config to
850851
which any connection details for this managed resource should be written.
851852
Connection details frequently include the endpoint, username,
852853
and password required to connect to the managed resource.
854+
##### fn spec.parameters.withSelectorLabel
855+
856+
```jsonnet
857+
spec.parameters.withSelectorLabel(value)
858+
```
859+
860+
PARAMETERS:
861+
862+
* **value** (`string`)
863+
864+
Configure a custom label for use with selector.matchLabels.
853865
##### fn spec.parameters.withWriteConnectionSecretToRef
854866

855867
```jsonnet
@@ -911,8 +923,8 @@ PARAMETERS:
911923

912924
* **value** (`string`)
913925

914-
(String) The name of the message template.
915-
The name of the message template.
926+
(String) The name of the notification template group.
927+
The name of the notification template group.
916928
###### fn spec.parameters.forProvider.withOrgId
917929

918930
```jsonnet
@@ -979,8 +991,8 @@ PARAMETERS:
979991

980992
* **value** (`string`)
981993

982-
(String) The content of the message template.
983-
The content of the message template.
994+
(String) The content of the notification template group.
995+
The content of the notification template group.
984996
###### obj spec.parameters.forProvider.organizationRef
985997

986998

@@ -1170,8 +1182,8 @@ PARAMETERS:
11701182

11711183
* **value** (`string`)
11721184

1173-
(String) The name of the message template.
1174-
The name of the message template.
1185+
(String) The name of the notification template group.
1186+
The name of the notification template group.
11751187
###### fn spec.parameters.initProvider.withOrgId
11761188

11771189
```jsonnet
@@ -1238,8 +1250,8 @@ PARAMETERS:
12381250

12391251
* **value** (`string`)
12401252

1241-
(String) The content of the message template.
1242-
The content of the message template.
1253+
(String) The content of the notification template group.
1254+
The content of the notification template group.
12431255
###### obj spec.parameters.initProvider.organizationRef
12441256

12451257

docs/raw/alerting/v1alpha1/muteTiming/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin)
7171
* [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto)
7272
* [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin)
73+
* [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel)
7374
* [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref)
7475
* [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin)
7576
* [`obj forProvider`](#obj-specparametersforprovider)
@@ -857,6 +858,17 @@ contains a name, metadata and a reference to secret store config to
857858
which any connection details for this managed resource should be written.
858859
Connection details frequently include the endpoint, username,
859860
and password required to connect to the managed resource.
861+
##### fn spec.parameters.withSelectorLabel
862+
863+
```jsonnet
864+
spec.parameters.withSelectorLabel(value)
865+
```
866+
867+
PARAMETERS:
868+
869+
* **value** (`string`)
870+
871+
Configure a custom label for use with selector.matchLabels.
860872
##### fn spec.parameters.withWriteConnectionSecretToRef
861873

862874
```jsonnet

docs/raw/alerting/v1alpha1/notificationPolicy/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin)
7171
* [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto)
7272
* [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin)
73+
* [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel)
7374
* [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref)
7475
* [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin)
7576
* [`obj forProvider`](#obj-specparametersforprovider)
@@ -907,6 +908,17 @@ contains a name, metadata and a reference to secret store config to
907908
which any connection details for this managed resource should be written.
908909
Connection details frequently include the endpoint, username,
909910
and password required to connect to the managed resource.
911+
##### fn spec.parameters.withSelectorLabel
912+
913+
```jsonnet
914+
spec.parameters.withSelectorLabel(value)
915+
```
916+
917+
PARAMETERS:
918+
919+
* **value** (`string`)
920+
921+
Configure a custom label for use with selector.matchLabels.
910922
##### fn spec.parameters.withWriteConnectionSecretToRef
911923

912924
```jsonnet

docs/raw/alerting/v1alpha1/ruleGroup/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin)
7171
* [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto)
7272
* [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin)
73+
* [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel)
7374
* [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref)
7475
* [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin)
7576
* [`obj forProvider`](#obj-specparametersforprovider)
@@ -901,6 +902,17 @@ contains a name, metadata and a reference to secret store config to
901902
which any connection details for this managed resource should be written.
902903
Connection details frequently include the endpoint, username,
903904
and password required to connect to the managed resource.
905+
##### fn spec.parameters.withSelectorLabel
906+
907+
```jsonnet
908+
spec.parameters.withSelectorLabel(value)
909+
```
910+
911+
PARAMETERS:
912+
913+
* **value** (`string`)
914+
915+
Configure a custom label for use with selector.matchLabels.
904916
##### fn spec.parameters.withWriteConnectionSecretToRef
905917

906918
```jsonnet

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
2727
* [`fn withRecord(value)`](#fn-withrecord)
2828
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)
29+
* [`fn withUid(value)`](#fn-withuid)
2930

3031
## Fields
3132

@@ -99,8 +100,8 @@ PARAMETERS:
99100

100101
* **value** (`string`)
101102

102-
(String) Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting.
103-
Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to `Alerting`.
103+
(String) Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting if not set.
104+
Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting if not set.
104105
### fn withFor
105106

106107
```jsonnet
@@ -172,8 +173,8 @@ PARAMETERS:
172173

173174
* **value** (`string`)
174175

175-
(String) Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData.
176-
Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to `NoData`.
176+
(String) Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData if not set.
177+
Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData if not set.
177178
### fn withNotificationSettings
178179

179180
```jsonnet
@@ -221,4 +222,16 @@ PARAMETERS:
221222
* **value** (`array`)
222223

223224
(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.
225+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
226+
### fn withUid
227+
228+
```jsonnet
229+
withUid(value)
230+
```
231+
232+
PARAMETERS:
233+
234+
* **value** (`string`)
235+
236+
(String) The unique identifier of the alert rule.
237+
The unique identifier of the alert rule.

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
2727
* [`fn withRecord(value)`](#fn-withrecord)
2828
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)
29+
* [`fn withUid(value)`](#fn-withuid)
2930

3031
## Fields
3132

@@ -99,8 +100,8 @@ PARAMETERS:
99100

100101
* **value** (`string`)
101102

102-
(String) Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting.
103-
Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to `Alerting`.
103+
(String) Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting if not set.
104+
Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are OK, Error, KeepLast, and Alerting. Defaults to Alerting if not set.
104105
### fn withFor
105106

106107
```jsonnet
@@ -172,8 +173,8 @@ PARAMETERS:
172173

173174
* **value** (`string`)
174175

175-
(String) Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData.
176-
Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to `NoData`.
176+
(String) Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData if not set.
177+
Describes what state to enter when the rule's query returns No Data. Options are OK, NoData, KeepLast, and Alerting. Defaults to NoData if not set.
177178
### fn withNotificationSettings
178179

179180
```jsonnet
@@ -221,4 +222,16 @@ PARAMETERS:
221222
* **value** (`array`)
222223

223224
(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.
225+
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
226+
### fn withUid
227+
228+
```jsonnet
229+
withUid(value)
230+
```
231+
232+
PARAMETERS:
233+
234+
* **value** (`string`)
235+
236+
(String) The unique identifier of the alert rule.
237+
The unique identifier of the alert rule.

0 commit comments

Comments
 (0)