Skip to content

Commit

Permalink
chore(deps): bump CRDs version from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 13, 2024
1 parent 4c200e7 commit 74dcda6
Show file tree
Hide file tree
Showing 36 changed files with 1,882 additions and 84 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LIBRARY_VERSION:=0.1.0
PROVIDER_VERSION:=0.21.0
PROVIDER_VERSION:=0.22.0
JSONNET_BIN:=jrsonnet
CROSSPLANE?=crossplane
REGISTRY?=ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].21.0
jb install github.com/grafana/grafana-crossplane-libsonnet/[email protected].22.0
```

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* [data](data/index.md)
* [notificationSettings](notificationSettings.md)
* [record](record.md)

## Index

Expand All @@ -23,6 +24,8 @@
* [`fn withNoDataState(value)`](#fn-withnodatastate)
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
* [`fn withRecord(value)`](#fn-withrecord)
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)

## Fields

Expand Down Expand Up @@ -181,8 +184,8 @@ PARAMETERS:

* **value** (`array`)

(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withNotificationSettingsMixin

```jsonnet
Expand All @@ -193,5 +196,29 @@ PARAMETERS:

* **value** (`array`)

(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withRecord

```jsonnet
withRecord(value)
```

PARAMETERS:

* **value** (`array`)

(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)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
### fn withRecordMixin

```jsonnet
withRecordMixin(value)
```

PARAMETERS:

* **value** (`array`)

(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)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# record



## Index

* [`fn withFrom(value)`](#fn-withfrom)
* [`fn withMetric(value)`](#fn-withmetric)

## Fields

### fn withFrom

```jsonnet
withFrom(value)
```

PARAMETERS:

* **value** (`string`)

(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
The ref id of the query node in the data field to use as the source of the metric.
### fn withMetric

```jsonnet
withMetric(value)
```

PARAMETERS:

* **value** (`string`)

(String) The name of the metric to write to.
The name of the metric to write to.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* [data](data/index.md)
* [notificationSettings](notificationSettings.md)
* [record](record.md)

## Index

Expand All @@ -23,6 +24,8 @@
* [`fn withNoDataState(value)`](#fn-withnodatastate)
* [`fn withNotificationSettings(value)`](#fn-withnotificationsettings)
* [`fn withNotificationSettingsMixin(value)`](#fn-withnotificationsettingsmixin)
* [`fn withRecord(value)`](#fn-withrecord)
* [`fn withRecordMixin(value)`](#fn-withrecordmixin)

## Fields

Expand Down Expand Up @@ -181,8 +184,8 @@ PARAMETERS:

* **value** (`array`)

(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withNotificationSettingsMixin

```jsonnet
Expand All @@ -193,5 +196,29 @@ PARAMETERS:

* **value** (`array`)

(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' enabled.
(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)
Notification settings for the rule. If specified, it overrides the notification policies. Available since Grafana 10.4, requires feature flag 'alertingSimplifiedRouting' to be enabled.
### fn withRecord

```jsonnet
withRecord(value)
```

PARAMETERS:

* **value** (`array`)

(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)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
### fn withRecordMixin

```jsonnet
withRecordMixin(value)
```

PARAMETERS:

* **value** (`array`)

(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)
Settings for a recording rule. Available since Grafana 11.2, requires feature flag 'grafanaManagedRecordingRules' to be enabled.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# record



## Index

* [`fn withFrom(value)`](#fn-withfrom)
* [`fn withMetric(value)`](#fn-withmetric)

## Fields

### fn withFrom

```jsonnet
withFrom(value)
```

PARAMETERS:

* **value** (`string`)

(Number) The number of seconds in the past, relative to when the rule is evaluated, at which the time range begins.
The ref id of the query node in the data field to use as the source of the metric.
### fn withMetric

```jsonnet
withMetric(value)
```

PARAMETERS:

* **value** (`string`)

(String) The name of the metric to write to.
The name of the metric to write to.
Loading

0 comments on commit 74dcda6

Please sign in to comment.