mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-28 03:37:40 +02:00
docs(api): document inbound_mtls_profile for HTTP routes in swagger
Clarify OpenAPI and the `Route` field: HTTP-based routes only, must match a configured `inbound_mtls_profiles` entry, and ignored when `entrypoint.inbound_mtls_profile` is set. Reorder `load_avg_5m` in the host metrics schema alongside the other load average fields.
This commit is contained in:
@@ -1053,6 +1053,8 @@ definitions:
|
||||
- $ref: '#/definitions/IdlewatcherConfig'
|
||||
x-nullable: true
|
||||
inbound_mtls_profile:
|
||||
description: 'HTTP-based routes only: must match a configured inbound_mtls_profiles
|
||||
entry and is ignored when entrypoint.inbound_mtls_profile is set'
|
||||
type: string
|
||||
index:
|
||||
description: Index file to serve for single-page app mode
|
||||
@@ -1838,12 +1840,12 @@ definitions:
|
||||
type: string
|
||||
kernel_version:
|
||||
type: string
|
||||
load_avg_5m:
|
||||
type: string
|
||||
load_avg_15m:
|
||||
type: string
|
||||
load_avg_1m:
|
||||
type: string
|
||||
load_avg_5m:
|
||||
type: string
|
||||
mem_pct:
|
||||
type: string
|
||||
mem_total:
|
||||
|
||||
Reference in New Issue
Block a user