Skip to content

Commit

Permalink
update docs and crds with make docs command
Browse files Browse the repository at this point in the history
Signed-off-by: f41gh7 <[email protected]>
  • Loading branch information
f41gh7 committed Nov 11, 2024
1 parent b935294 commit 74f6836
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion config/crd/overlay/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19642,6 +19642,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down Expand Up @@ -20688,6 +20690,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down Expand Up @@ -21640,6 +21644,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down Expand Up @@ -22577,7 +22583,7 @@ spec:
type:
description: |-
Type defines datasource type for enterprise version of vmalert
possible values - prometheus,graphite
possible values - prometheus,graphite,vlogs
type: string
required:
- name
Expand Down Expand Up @@ -26077,6 +26083,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down Expand Up @@ -27081,6 +27089,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down Expand Up @@ -29838,6 +29848,8 @@ spec:
enum:
- http
- https
- HTTPS
- HTTP
type: string
scrape_interval:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ _Appears in:_
| `params` | Params optional HTTP URL parameters added to each rule request | _[Values](#values)_ | false |
| `rules` | Rules list of alert rules | _[Rule](#rule) array_ | true |
| `tenant` | Tenant id for group, can be used only with enterprise version of vmalert.<br />See more details [here](https://docs.victoriametrics.com/vmalert#multitenancy). | _string_ | false |
| `type` | Type defines datasource type for enterprise version of vmalert<br />possible values - prometheus,graphite | _string_ | false |
| `type` | Type defines datasource type for enterprise version of vmalert<br />possible values - prometheus,graphite,vlogs | _string_ | false |



Expand Down

0 comments on commit 74f6836

Please sign in to comment.