Skip to content

Commit

Permalink
doc: Update metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 6, 2024
1 parent 6915e64 commit 896fcd2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
26 changes: 12 additions & 14 deletions doc/config_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1575,50 +1575,48 @@ and peer name (`peerName`).

<!-- config group network_integration-ovn end -->
<!-- config group network_load_balancer-common start -->
```{config:option} user.* network_load_balancer-common
:shortdesc: "Free form user key/value storage"
:type: "string"
User keys can be used in search.
```

<!-- config group network_load_balancer-common end -->
<!-- config group network_load_balancer-healthcheck start -->
```{config:option} healthcheck network_load_balancer-healthcheck
```{config:option} healthcheck network_load_balancer-common
:defaultdesc: "`false`"
:shortdesc: "Whether to perform checks on the backends"
:type: "bool"

```

```{config:option} healthcheck.failure_count network_load_balancer-healthcheck
```{config:option} healthcheck.failure_count network_load_balancer-common
:defaultdesc: "`3`"
:shortdesc: "Number of failed tests to consider the backend offline"
:type: "integer"

```

```{config:option} healthcheck.interval network_load_balancer-healthcheck
```{config:option} healthcheck.interval network_load_balancer-common
:defaultdesc: "`10`"
:shortdesc: "Interval in seconds between health checks"
:type: "integer"

```

```{config:option} healthcheck.success_count network_load_balancer-healthcheck
```{config:option} healthcheck.success_count network_load_balancer-common
:defaultdesc: "`3`"
:shortdesc: "Number of successful tests to consider the backend online"
:type: "integer"

```

```{config:option} healthcheck.timeout network_load_balancer-healthcheck
```{config:option} healthcheck.timeout network_load_balancer-common
:defaultdesc: "`30`"
:shortdesc: "Test timeout"
:type: "integer"

```

<!-- config group network_load_balancer-healthcheck end -->
```{config:option} user.* network_load_balancer-common
:shortdesc: "Free form user key/value storage"
:type: "string"
User keys can be used in search.
```

<!-- config group network_load_balancer-common end -->
<!-- config group network_zone-common start -->
```{config:option} dns.nameservers network_zone-common
:required: "no"
Expand Down
18 changes: 7 additions & 11 deletions internal/server/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,17 +1735,6 @@
},
"network_load_balancer": {
"common": {
"keys": [
{
"user.*": {
"longdesc": "User keys can be used in search.",
"shortdesc": "Free form user key/value storage",
"type": "string"
}
}
]
},
"healthcheck": {
"keys": [
{
"healthcheck": {
Expand Down Expand Up @@ -1786,6 +1775,13 @@
"shortdesc": "Test timeout",
"type": "integer"
}
},
{
"user.*": {
"longdesc": "User keys can be used in search.",
"shortdesc": "Free form user key/value storage",
"type": "string"
}
}
]
}
Expand Down

0 comments on commit 896fcd2

Please sign in to comment.