-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump CRDs version from 0.21.0 to 0.22.0
- Loading branch information
Showing
36 changed files
with
1,882 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
docs/raw/alerting/v1alpha1/ruleGroup/spec/parameters/forProvider/rule/record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
docs/raw/alerting/v1alpha1/ruleGroup/spec/parameters/initProvider/rule/record.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.